| |||||
Server-side Include Directives global.asaxASP.NET Syntax Global.asax Syntax Insert the raw contents of a specified file anywhere within an ASP.NET application file. <!-- #include pathtype = filename --> Parameters
RemarksThe included file is processed before any dynamic code is executed. The #include tag must use HTML/XML comment delimiters so as not to be interpreted as static text. Syntax ExampleThe below code snippet demonstrates including a file named myHeader.inc in a Web Forms page. <!-- #include File = "myHeader.inc" --> See Also |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme