Browse by Tags

All Tags » Web Development » Directives » Tips n tricks (RSS)
When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is...
More Posts