© Copyright 2009ASPNETWorld.com Powered by newtelligence dasBlog 2.0.7226.0 Based on theme design by Bryan Bell |
Writing custom controls in ASP.NET 1.x requires a lot of development expertise. In ASP.NET 2.0, you can create custom controls from ascx user controls. Neat! David Ebbo tells how this is done.
The basic steps to make this happen are as follows:
Read David Ebbo's full article.