Registering Master Pages in ASP.Net Web Configuration Apply a Master Page to every content page in a particular folder or every content page in an entire application. Rather than add a MasterPageFile attribute to individual content…
Top 10 Girl Products Top 10 Girl Products, Top 10 Items Every Girl Needs on Vacation, top 10 things your girl shouldn't know about you
beauty makeup cosmetics top 10 cover girl products drugstore…
Page_UnLoad in ASP.NET architecture The Page Life Cycle EventsPage_UnLoad : The page is unloaded from the memory, and the Response object is sent to the browser in the Page Unload event. You can override this method…
Difference between .NET 2.0/3.0/3.5 Framework NET framework 2.0:
It brings a lot of evolution in class of the framework and refactor control including the support of
Generics
Anonymous methods
Partial class
Nullable…
ASP.NET Page and Controls Framework The ASP.NET page and controls framework is a programming framework that runs on a Web server to dynamically produce and render ASP.NET Web pages. ASP.NET Web pages can be…
.Net C# Compilation Example, Compilation Tutorial ASP.NET In order for application code to service requests by users, ASP.NET must first compile the code into one or more assemblies. Assemblies are files that have the file name extension…
Exception in .NET / C# / VB.Net Exceptions are errors that occur during the runtime of a program.
The advantage of using exceptions is that the program doesn’t terminate due to the occurrence of the…