ASP.NET

While creating Header and footer option in asp.net application which is a better option using DHTML Code or User Control And Why




Answer this question

ASP.NET

  • Craig Richardson

    Hi!

    Thanks for asking!  I'm a member of the ASP.NET team, and was just popping over here to see what was going on.  The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39

    The short answer to your question is use master pages, then you only have to write your code once, and everything else is inherited, except the custom stuff on each page!

    HTH,
    PEte



  • Sowelie

    Check out http://www.asp.net for lots of information about ASP.NET 2.0 and you'll find some tutorials there on how to create master pages!

    PEte

  • qingxisong

    Thanks alot ! Could you please tell me how to create a master page

  • ASP.NET