Custom Controls In ASP.NET

Feb 26, 2010
by:   Tim Stanley

ASP.net has that neat little feature where all the controls can start with <asp:.  It makes it easy to code.  I had numerous custom controls and I always had to register the control on each page to use it.  Scott Guthrie had a great tip on how to register the controls in the web.config file so that it doesn’t have to be done in each page.

image

I’m really surprised I haven’t read about this earlier.

References

Related Items