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...
Hosting Windows Custom Controls In Web Forms is an article in which the author shows how to create a custom web control through which you can open a file with associated application installed on the client machine. The author shows you the...
Managing Focus in Web Forms is a tutorial which concentrates on web control on the web forms. In this tutorial author explains about generating custom web control, which add the focus manager control to the tool box inorder to set the focus to web...
Caching in Web applications can provide dramatic improvements in performance. ASP.NET provides caching at several levels for you to leverage and improve the responsiveness of your application.
Working with Mobile Web Forms in ASP.NET is an ASP.NET tutorial which deals with mobile web forms, which helps in responding to the request from the mobile devices using the mobile control. Here the author offers certain codes which supports all...
ASP.NET Mobile Web Forms and ASP.NET Compatibility is an article where the author gives solutions to solve compatibility problems for .NET mobile programmers. This article explains in detail how to use Error Handling and Reporting, Tracing,...
Introducing Web Forms is an ASP tutorial in which author gives introduction of web forms which help in generating cross platform and cross-browser web applications. The author tells about the methods to utilize the server control in web form in...
Web Forms User Controls is an article in which the author gives you a brief summary about the user controls of ASP.NET. User controls have an extension of .ascx and you can register these controls on the web pages using the register directive. The...
Client-side state management techniques for .NET architects is an article in which the author discusses how to preserve the state and information of the client side using various methods. In this article the author explains you the advantages and...
Dynamically create Web Forms is a web based tutorial in which author elaborates the procedure for generating web control, which has collection of server controls in it. The author explains about method of adding the controls in the web page and... |