Hello. I noticed others didn't provide you with a working answer so here it is:
select the code in the aspx file you want to collapse, and right click it, then choose "collapse tag".
it's advised to put a comment with the the signature of the function or title to the code right above it because when collaped you won't be able to tell what's inside...
mycwcgr
Participant
1646 Points
924 Posts
How to outlining or collapse a aspx page code?
Jul 20, 2010 07:44 AM|LINK
Split off from http://forums.asp.net/t/1421216.aspx/1?How+to+outlining+or+collapse+a+aspx+page+code+#
In asp.net 4.0, can I outlining or collapse a section in an aspx page easily even if I reload the aspx?
el4u
Member
38 Points
42 Posts
Re: How to outlining or collapse a aspx page code?
Feb 19, 2012 10:50 AM|LINK
Hello. I noticed others didn't provide you with a working answer so here it is:
select the code in the aspx file you want to collapse, and right click it, then choose "collapse tag".
it's advised to put a comment with the the signature of the function or title to the code right above it because when collaped you won't be able to tell what's inside...
Let me know if it works for you.