include files

jain

New Member
In asp we use inclued file like this<BR><! include file="" ><BR>How to do it in ASP.netYou would need to take a look at using User controls. User controls can be thought of as the include files of .NET and the cool thing about them is that you can cache the User controls into memory individually - which means - partial page caching.
 
Back
Top