Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official Blog - Professional ASP.NET

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites



Browse by Tags

All Tags » Custom Page   (RSS)
Referencing the Page from a User Control
An Advanced technique I like to do in a User Control (.ascx file) is reference the parent page to get properties. Some common examples might be setting the page title, meta tags or other 'expected' controls on the page based on the data or status Read More...