An Overview of Code-Behind in ASP.NET is an ASP.NET tutorial in which author describes the principles of code-behind in ASP.NET. The auhor says that it can be used to create reusable functions, objects, classes, user control and server control....
Code Behind in Web Forms and User Controls is an user firendly tutorial in which author discusses about the process of code behind in the web form, which is hosted in a single page with two files, one for code and another one for content. By using...
Using the compiler to create Code-Behind dll's is an article in which author demonstrates the method of creating code-behind dll and the procedure for storing the content in the root dirctory inorder to access classes, functions, user control...
Using code-behind to create a DataGrid Control is an article in which author deals with the process of creating the data grid, which itself creates template columns and bounded columns. This tutorial specially concentrates on method of retrieving...
ImageCanvas Web User Control in ASP.NET is a tutorial in which the author gives details about creating a user control through which image can be passed and also helps in accessing the images from the browser. In this tutorial the author offers...
Manipulate Controls With Code-Behind is a web based article in which author demonstrates about code-behind technique. This code behind method helps in seperating user interface from the business logic. This tutorial teaches the method of creating...
Base Page and User Control Classes is an article in which the author discusses about the System.Web.UI.Page and System.Web.UI.UserControl classes which are used for creating web pages and user controls in ASP.NET. The author also explains how to...
Caching Multiple Versions of User Control Output is an ASP.NET tutorial in which author concentrates on caching multiple version of users output control. In this tutorial author describes about the output caching and the partial caching attributes...
GDI+ with code behind is an article in which author describes the process of executing the code-behind method in GDI of ASP.NET. The author gives information about creating a web page and also gives programming logic in the Page_Load event....
"Cool" ASP.NET Features: Code Behind is an article in which author deals with methodology of seperating the code and business logic, which is termed as code-behind. The author gives sample code which execute the above said process and... |