All Tags »
Custom Page »
User Control (RSS)
Sorry, but there are no more tags available to filter with.
-
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 of the user control. I learned to really leverage this technique back in my ...