Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

asp.net : is it possible to Split large ASP.NET pages into pieces?

Tags:

asp.net

Is it possible to split large ASP.NET-pages into pieces? JSP has the jsp:include directive. Is there any equivivalent in ASP.NET

I'm not interested in reusing the pieces. I just want to organize the HTML/ASP code.

Isn't User Controls and Master Pages overkill for doing this?

like image 656
Ove Avatar asked Jan 21 '26 02:01

Ove


1 Answers

The MasterPage model and UserControls are the two out-of-box solutions to this.

like image 133
John Rudy Avatar answered Jan 22 '26 16:01

John Rudy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!