.net controls

ASP.NET Custom controls

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 TutorialsASP.NET Performance
How to connect to MySQL database using ASP.NET hosting
How to …

Learn more