Results 1 to 3 of 3

Thread: How to add a heder file in asp.net programme

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2004
    Location
    Kolkata
    Posts
    8

    How to add a heder file in asp.net programme

    Hi!!

    Please let me know how to add a header file in asp.net programme. What would the header file extention? Is it would be the same as asp like: header.inc

    Regards,

    Manojit.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    What you could do is go for an ASP.NET control. It's extension is ASCX, and it consists of the same HTML tags, etc.

  3. #3
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    If I'm correct in thinking you are talking about include files then you can use exactly the same syntax to include files. Like ASP it makes no difference what the include file extension is.

    You would be better to use User Controls in ASP.NET as they provide additional functionality.

    DJ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width