Description of Developing User And Server Controls: Part 1 :
Developing User And Server Controls: Part 1 is a simple tutorial through which you can gain knowledge about the user controls and server controls of ASP.NET. This tutorial provides you the syntax to register and add the user controls in ASP.NET page. User controls are the text files with an extension of .ascx. Server controls are the compiled code with an extension of .ascx. The author gives you three methods for creating the server controls in axpx page.