Include vs. User control(ascx)
Dear All,
What are the advantages of making a ASP.NET user control rather than include directive as used earlier in asp such as for header, footer, and sidebar .
I can use Include (apsx page) and user control(ascx) both for including , which one is better?
Thanks
Amit
|