Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 33,144 times

Contents

Downloads

Related Categories

ASP.NET Controls Explained: Part 2/2 - Conclusion

Conclusion

Over the last two articles we've looked at a number of different methods that we can use to divide our ASP.Net pages up into a number of smaller, self-contained chunks of code. Using these methods can help our web applications become more scalable and easier to manage.

The features described in this are what make ASP.NET pages so flexible, and you should use them as often as you can to separate your presentation layer from your application logic layer. Take a look at the books and links below for more information on controls.

James is a student at Georgia Institute of Technology, majoring in Computer Science. He is an MCSE, MCDBA, MCSA and CCNA.

© devArticles.com 2001

Comments

  • Custom Control Print In Head Tag

    Posted by yri3 on 13 Jul 2005

    Can i print code in main page head tag by overriding render without adding any extra item in head tag.

  • Cool Article!

    Posted by huertta on 04 Apr 2002

    I find this article really helpful for those who are starting to get familiar to asp controls.
    Thanks!