Programmers can also build ASP.NET custom controls for .NET applications. Unlike user controls, these controls do not have an ASCX markup file, having all their code compiled into a dynamic link library (DLL) file. Such custom controls can be used across multiple web applications and Visual Studio projects
Related TutorialsHow to speed up ASP.NET web site
ASP.NET Versions
ASP.NET State management
How to …