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.
Printable View
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.
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.
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