Search
Categories
Tag Archives: usercontrol
Dynamically Loading ASP.NET User Controls with jQuery
UPDATE (16-07-2009) Here is a new sample website with source code, it now disposes the page object and allows for WebControl rendering. Dynamically Loading ASP.NET User Controls with jQuery v2.zip (25.52 kb) ——————————————Â This post is only relevant if you … Continue reading
Dynamic controls in ASP.NET
As many articles point out it is important to load dynamic control in the Init event of the life cycle. This is important if you want to preserve the view state. Another thing I found out… you need to instantiate … Continue reading
How Do I: Build Custom Server Controls that Work With or Without ASP.NET AJAX?
View original post here: http://www.asp.net/learn/ajax-videos/video-186.aspx — Do you have an idea for a custom server control that should be able to work without ASP.NET AJAX, yet could take advantage of ASP.NET AJAX if it is available? In this video we learn … Continue reading