E
eggie5
So, my asp.net page is getting pretty long and hard to manager. It's
reached 1000 lines and i would like to break it up somehow.
Is there some way I can make separate parts of my pages to
separate .aspx pages and have asp.net stitch them back-together at
runtime? PHP's include does something link this.
Any ideas?
reached 1000 lines and i would like to break it up somehow.
Is there some way I can make separate parts of my pages to
separate .aspx pages and have asp.net stitch them back-together at
runtime? PHP's include does something link this.
Any ideas?