|
-
Jun 26th, 2004, 04:44 PM
#1
Thread Starter
New Member
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.
-
Jun 28th, 2004, 03:36 AM
#2
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.
-
Jun 28th, 2004, 03:52 AM
#3
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|