New Resources!
This article will help us adding a codebehind file to Global.asax file in ASP.Net 2.0. By default, It follows inline model in ASP.Net 2.0. |
|
The MasterPage is derived from UserControl and thus, does not support the method 'InitializeCulture()'; a bit more coding is required in order to make the ASP.NET MasterPage localizable. |
|
This article is the second installment in a two-part series. Last week's article, Building the User Interface, examined the Boggle solver web page's user interface, which consists of 16 TextBox Web controls arranged in a 4x4 grid and three Button Web |
|
This articles elaborates on different ways error handling in ASP.Net applications |
|
In this introductory article, Brendan describes how partial classes work and how to create partial classes. He walks you through when to use partial classes as well as how to implement multiple interfaces with partial classes. The examples used will |
|
The word Dataset does not need introduction because it is one of most commonly used object in .net world. So proceeding with this assumption, a typed dataset is an object that derives from Dataset class and additionally it provides strongly typed acc |
|
Microsoft's ASP.NET AJAX Framework helps page developers design more interactive web pages by streamlining the postback mechanism. In traditional web pages, a full postback involves the browser re-requesting the page, which is then re-rendered. This |
|
|
|
|
|