It Could Be Done!

the blog about ASP.NET and not only

Browse by Tags

All Tags » ASP.NET (RSS)
Master Page and PreInit
Emil Stoichev reminded today that it is very important to understand what is ViewState , how it works and how we should use it . The other problem mentioned there is unavailability of controls in PreInit phase if MasterPage is used. The problem is very...
Posted: Oct 09 2007, 04:49 PM by ysw | with 27 comment(s)
Filed under:
Control Builders & ASP.NET Generic Control Classes
Since the release of .NET 2.0 and ASP.NET 2.0 I was very disappointed that new language power of C# 2.0 is not available for ASP.NET developers. It was stressed at the time of release by multiple people (see here , here and here ). While generic classes...
Posted: Oct 02 2007, 12:07 AM by ysw | with 15 comment(s)
Filed under:
ASP.NET AJAX Extensions and IFRAMEs
The UpdatePanel control is a little similar to the HTML IFRAME element. Both provide a way to update a web page partially without reloading a full browser window. However while they both are use for similar purposes they UpdatePanel and IFRAME are very...
Posted: Sep 28 2007, 11:50 PM by ysw | with 8 comment(s)
Filed under: ,
More Posts