GeekArticles
Microsoft
ASP.NETStandardizing an ASP.NET Web Site
Author: dotnet.sys-con.com |
Published: 6th Oct 2007 |
Visited: 104 times |
Add CommentFiled in: ASP NETIn large Web sites, there are generally just a couple of unique page layouts. In the past, developers had to duplicate large chunks of code on each page. Doing so made the site hard to maintain and difficult to change on a global scale. This tended to be an issue even when using include files, as it was difficult to pass page-specific information down the chain. To the rescue are the .NET Web User Controls and their ability to interact with a parent page's exposed custom properties.
Read Article Sponsored Links
Related Articles
• Best Practices for Developing a Web Site Just because Web sites are easy to build these days, doesn't mean it's easy to build a quality Web site that meets your business objectives. Before developing your next Web site, or redesigning an existing site, download this Internet.com eBook to guide you through the process and plan you ...
• Project Management Guide: Developing a Web Site Just because Web sites are easy to build these days, doesn't mean it's easy to build a quality Web site that meets your business objectives. Before developing your next Web site, or redesigning an existing site, download this Internet.com eBook to guide you through the process and plan you ...