<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Web Developer 2005 Express</title><link>http://forums.asp.net/175.aspx</link><description>General discussions about Visual Web Developer 2005 Express Edition</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How to outlining or collapse a aspx page code?</title><link>http://forums.asp.net/thread/3153252.aspx</link><pubDate>Sun, 10 May 2009 10:21:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3153252</guid><dc:creator>Kulrom</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3153252.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=3153252</wfw:commentRss><description>&lt;p&gt;well i know that it is not what you want but that&amp;#39;s all you can do. &lt;/p&gt;&lt;p&gt;Btw, i am also aware that sometimes it even hides the collapse/expand pointers.&lt;/p&gt;&lt;p&gt; But, usually when you reload the page it shows up them again.&lt;/p&gt;&lt;p&gt;Means, to answer your question,&amp;nbsp; VS (design view) doesn&amp;#39;t support Regions. Unfortunatelly. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How to outlining or collapse a aspx page code?</title><link>http://forums.asp.net/thread/3153231.aspx</link><pubDate>Sun, 10 May 2009 09:37:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3153231</guid><dc:creator>mycwcgr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3153231.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=3153231</wfw:commentRss><description>&lt;p&gt;Thanks!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I know&amp;nbsp;&amp;nbsp;all the elements (tags) that have a closing/matching tag are collapsable by default, but somtimes it stop collapse automatically when you reload you aspx&lt;/p&gt;
&lt;p&gt;In .cs files,&amp;nbsp; the system will never stop collapse automatically when you use&amp;nbsp;#region&amp;nbsp; ... #endregion &lt;/p&gt;
&lt;p&gt;BTW, +&amp;lt;html&amp;gt;...&amp;lt;/html&amp;gt; is not good!&lt;/p&gt;</description></item><item><title>Re: How to outlining or collapse a aspx page code?</title><link>http://forums.asp.net/thread/3153122.aspx</link><pubDate>Sun, 10 May 2009 07:10:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3153122</guid><dc:creator>Kulrom</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3153122.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=3153122</wfw:commentRss><description>&lt;p&gt;all the elements (tags) that have a closing/matching tag are collapsable by default. &lt;/p&gt;
&lt;p&gt;just notice the minus sign near say&amp;nbsp;html or any other tags that have been properly terminated and click it.&lt;/p&gt;
&lt;p&gt;now you should see only &lt;/p&gt;
&lt;p&gt;+&amp;lt;html&amp;gt;...&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How to outlining or collapse a aspx page code?</title><link>http://forums.asp.net/thread/3153074.aspx</link><pubDate>Sun, 10 May 2009 05:55:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3153074</guid><dc:creator>mycwcgr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3153074.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=3153074</wfw:commentRss><description>&lt;p&gt;I know I can use&amp;nbsp; #region InitialControlsByUIType ... #endregion code outlining or collapse a .cs files code&lt;/p&gt;
&lt;p&gt;Could you tell me how can outlining or collapse a aspx page, such as the following code? thanks!&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeFile=&amp;quot;Default2.aspx.cs&amp;quot; Inherits=&amp;quot;Default2&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;html xmlns=&amp;quot;&lt;a href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>