0
Answer

Response.WriteFile vs. User Controls

DJ Frenzy

DJ Frenzy

19y
2.2k
1
Can anyone post their opinions on the pros and cons using 
Response.WriteFile and UserControls as includes? 

I'm fairly new to .NET and very use to using 
<!-- #INCLUDE file="file.asp" --> in old ASP.

I simply just want to use includes to update a single source file that 
will reflect throughout my application. 

Thanks in advance!