By tag: useful
0
kicks
Find All Controls On A Page With Recursion
Useful code snippet to loop through all controls on an ASP.NET web page using a recursive algorithm
0
kicks
Dynamically Applying Themes To Your ASP.Net Site With A Sitemap
Ever run across a web site that used multiple themes, either page by page, or by some sort of grouping, such as the old divx.com site, and wondered how to do it in your own ASP.Net site?
If so, then what I’m about to show you might be of interest. If not, read on anyway’s.