Can any one tell me how to use the codebehind for including the files ...
Can any one tell me how to use the codebehind for including the files ...
Please
Re: Can any one tell me how to use the codebehind for including the files ...
Hi Suresh,
"Suresh" <sureshvg@hotmail.com> wrote in message news:3c90d586$1@10.1.10.29...
> Can any one tell me how to use the codebehind for including the files ...
Can you please clarify what it is you want to do?
Previously you asked about using include files in ASP.NET and I suggested you
look at user controls. You can also use traditional include directives in
ASP.NET, as in the following example:
<!-- #include virtual=".\include\stuff_to_include.inc" -->
Of course, you could use code behind to programmatically insert include
directives, but I'm not sure that is what you are asking.
It would help if you could explain what you are trying to accomplish.
--
Constance Petersen, DevX newsgroup section leader
SoftMedia Artisans, Inc.
http://www.smartisans.com
For useful, usable software and Web sites
Featured Web design: http://www.keweenawnow.com/
--
Please reply in the newsgroup so everyone can benefit