.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 TutorialsHow to install ASP.NET
How to use different colored highlights in a …

Learn more