How can i include file in my ASPX page as we used to include in traditional ASP.
Printable View
How can i include file in my ASPX page as we used to include in traditional ASP.
The ASP.NET way would be to create a web user control and place that in your page. Otherwise, the <# directives still work. What sort of a file do you want to include? If it's a textfile, why not just read it?