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...
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...
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...