Tim Stanley photos

Custom Controls In ASP.NET

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

 
by Tim Stanley on Feb 26, 2010
Add to favorites Send to a friend Digg It! DZone It! StumbleUpon Technorati Reddit Del.icio.us NewsVine Furl BlinkList
 

Comments