<?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>Search results matching tag 'MasterPage'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=MasterPage&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'MasterPage'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Loginview with Roles in Masterpage</title><link>http://forums.asp.net/thread/3543148.aspx</link><pubDate>Wed, 02 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3543148</guid><dc:creator>aspcheetah</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have two questions. I will ask the long one first.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;I have a master page with Loginview control that shows content based on roles. In the roles template of loginview I have defined a template for admin and another for a role called user. The difference between the two is that the admin sees the menu controls (whereas the user does not see the menu controls). Everything else remains the same. In admin I have content placeholder to show content from a specific page. But, in the user template I do not have the same contentplaceholder (id is different). &lt;/p&gt;&lt;p&gt;&lt;br /&gt;Now, since the id of contentplaceholder in user role template is different, I have to give two SAME CONTENT controls in each page that i want to show to both admin and user. I also have to duplicate code behind to deal with this.&lt;/p&gt;&lt;p&gt;Iam sure there must be a more elegant way to accomplish this. Please help. Thanks&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;2) My second question is: when the user logs out, master page (which has css) no longer gets applied and the page becomes unformatted. Why does this happen? ANOTHER POINT TO NOTE HERE: this does not happen when I upload to my remote hosting provider. It only happens when I debug locally.Why????&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks in advance for your help folks.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Dave&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Div in masterPage</title><link>http://forums.asp.net/thread/3474881.aspx</link><pubDate>Sat, 24 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3474881</guid><dc:creator>k1fathi</dc:creator><description>&lt;p&gt;Hello,all&lt;/p&gt;&lt;p&gt;I create a masterpage and add content page form that(default2.aspx).&lt;/p&gt;&lt;p&gt;in my default2.aspx have a div ,what is the best way to call div in default2.aspx code behind,to invisivle it.&lt;/p&gt;&lt;p&gt;my master question is what is the best way to call objects that are in a page that comes from master page.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>default masterpage, leftcol menu </title><link>http://forums.asp.net/thread/3464005.aspx</link><pubDate>Sun, 18 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3464005</guid><dc:creator>jomogreen</dc:creator><description>&lt;p&gt;I&amp;#39;m&amp;nbsp;a old newbie back at doing ASP.NET after a 10 year break...&lt;/p&gt;
&lt;p&gt;This is what I want to do: I&amp;nbsp;want&amp;nbsp;to place a menu in the leftcol DIV of the default masterpage.&amp;nbsp;When someone clicks on a menu item I want to&amp;nbsp;put new content in the &amp;quot;main&amp;quot; DIV. I also want the leftcol to actually appear left of main.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m creating the menu using &amp;lt;ul class=&amp;quot;menu&amp;quot;&amp;gt; &lt;/p&gt;
&lt;p&gt;Problems:&lt;/p&gt;
&lt;p&gt;(1) leftcol does not appear left of main, whatever I do I can&amp;#39;t get the menu to appear to the left of the content of the &amp;quot;main&amp;quot; DIV. Instead it apperas either above or below. &lt;/p&gt;
&lt;p&gt;(2) I want to use the &amp;quot;menu&amp;quot; style class as I want the look and feel of the left menu to match that of the horizontal menu, but because the left menu needs to be vertical (and not horizontal) I need some trick to accomplish this without making the line space between menu items 2&amp;#39;&lt;/p&gt;
&lt;p&gt;Can someone please guide me in the right direction?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Joe&lt;/p&gt;</description></item><item><title>Masterpage CSS disappears</title><link>http://forums.asp.net/thread/3460624.aspx</link><pubDate>Thu, 15 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3460624</guid><dc:creator>phil5780</dc:creator><description>&lt;p&gt;I have a master page with a top banner which is composed of 3 parts.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Left side = LogoImage.jpg&lt;/p&gt;
&lt;p&gt;Center =&amp;nbsp;CSS repeating gradient&lt;/p&gt;
&lt;p&gt;Right side&amp;nbsp;= GradEnds.jpg&lt;/p&gt;
&lt;p&gt;A second page users my masterpage and contains an updatepanel.&amp;nbsp; The panel functions correctly and updates according to my logic.&amp;nbsp; The first update is ok, but the second update panel action wipes out my masterpage &amp;#39;Center&amp;#39; banner.&amp;nbsp; It shows gray, the same as the backgound.&lt;/p&gt;
&lt;p&gt;Why is the update panel breaking my masterpage CSS?&amp;nbsp; I&amp;#39;m only updating ASP:textbox/label controls and toggling DIV visibility.&amp;nbsp; Any assist would be much appreciated. Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Content controls have to be top-level controls in a content page or a nested master page that references a master page.</title><link>http://forums.asp.net/thread/3440490.aspx</link><pubDate>Mon, 05 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3440490</guid><dc:creator>cmakwana</dc:creator><description>&lt;p&gt;hi.&lt;/p&gt;
&lt;p&gt;i have applied theming in my mvc application using&amp;nbsp; http://www.codeproject.com/KB/aspnet/ASPNETMVCDynamicThemes.aspx&lt;/p&gt;
&lt;p&gt;i placed site.master in different folders of diffrent colors in content folder.&lt;/p&gt;
&lt;p&gt;it is working fine on all the pages where master page is included.&lt;/p&gt;
&lt;p&gt;but
in my various reports where master page is not included is is showing
me this error(Content controls have to be top-level controls in a
content page or a nested master page that references a master page.).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;please help me with this.&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;
&lt;p&gt;chintan makwana.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>page lifecycle</title><link>http://forums.asp.net/thread/3440283.aspx</link><pubDate>Mon, 05 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3440283</guid><dc:creator>sridharakrishna</dc:creator><description>&lt;p&gt;My web page have master page and user contol.&lt;br /&gt;please expain page life cycle.&lt;/p&gt;</description></item><item><title>meta tags rendered twice</title><link>http://forums.asp.net/thread/3359881.aspx</link><pubDate>Thu, 20 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3359881</guid><dc:creator>bluewire</dc:creator><description>&lt;p&gt;Hi, i want t place keywords in every page, using MasterPage. In MasterPage i have &lt;u&gt;meta name=&amp;quot;keywords&amp;quot;&lt;/u&gt; &lt;/p&gt;&lt;p&gt;So i added the solution from &lt;a target="_blank" href="http://www.codeproject.com/KB/aspnet/PageTags.aspx"&gt;http://www.codeproject.com/KB/aspnet/PageTags.aspx&lt;/a&gt; . It works fine BUT&lt;/p&gt;&lt;p&gt;at rendering the page it&amp;nbsp; showns &lt;u&gt;meta name=&amp;quot;keywords&amp;quot;&lt;/u&gt; from MasterPage AND &lt;u&gt;meta name=&amp;quot;keywords&amp;quot;&lt;/u&gt; from every page i used the solution. So i have two &lt;u&gt;meta name=&amp;quot;keywords&amp;quot;&lt;/u&gt; in rendered page (view&amp;nbsp; source &amp;quot;firefox&amp;quot;).&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Is it BAD? should i have only one &lt;u&gt;meta name=&amp;quot;keywords&amp;quot;&lt;/u&gt; ? Or can i leave it with two?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>change class of htmlanchor in a masterpage </title><link>http://forums.asp.net/thread/3334354.aspx</link><pubDate>Thu, 06 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3334354</guid><dc:creator>rubenc</dc:creator><description>&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;Hi guys&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&lt;br /&gt;In my masterpage i have:&lt;/p&gt;
&lt;p&gt;&amp;lt;a id=&amp;quot;opcion1&amp;quot; runat=&amp;quot;server&amp;quot; href=&amp;quot;index.aspx&amp;quot;&amp;gt;home&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;a id=&amp;quot;opcion2&amp;quot; runat=&amp;quot;server&amp;quot; href=&amp;quot;us.aspx&amp;quot;&amp;gt;home&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;i have 2 aspx pages: index.aspx and us.aspx&lt;/p&gt;
&lt;p&gt;what i need is to be able to change the &amp;#39;class&amp;#39; of the anchor to &amp;quot;current&amp;quot; depending on the page i&amp;#39;m loading&lt;/p&gt;
&lt;p&gt;In index.aspx&amp;nbsp; the &amp;quot;option1&amp;quot; will have&lt;br /&gt;In us.aspx the &amp;quot;option2&amp;quot; will have&lt;/p&gt;
&lt;p&gt;in my masterpage code i have these functions:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public HtmlAnchor DataFromPageOpcion1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return this.opcion1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public HtmlAnchor DataFromPageOpcion2&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return this.opcion2;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;and in index.aspx and us.aspx i have the instruction: &amp;lt;%@ MasterType VirtualPath=&amp;quot;~/MasterPage.master&amp;quot; %&amp;gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;now in the Page_load of the page, i need to change the class :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; protected void Page_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;Master.DataFromPageOpcion1.class=&amp;quot;current&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;of course, the instruction: Master.DataFromPageOpcion1.class=&amp;quot;current&amp;quot;; doesnt work... &lt;/p&gt;
&lt;p&gt;any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;saludos&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;rubenc&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Adding controls to the content page programmatically</title><link>http://forums.asp.net/thread/3330578.aspx</link><pubDate>Wed, 05 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3330578</guid><dc:creator>MOHAN SHARMA</dc:creator><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Content&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Content1&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ContentPlaceHolderID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;head&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Content&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Content&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Content2&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ContentPlaceHolderID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;ContentPlaceHolder1&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size="2"&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Image&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Image1&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Height&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;110px&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Width&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;130px&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size="2"&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Button&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;b&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Text&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Button&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;OnClick&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;abc&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size="2"&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;cc1&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;ConfirmButtonExtender&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;ConfirmButtonExtender1&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;TargetControlID&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;b&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ConfirmText&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Are You Sure?&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size="2"&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;cc1&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;ConfirmButtonExtender&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Content&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;I want to add control to the Content having id Content1 programmatically&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;like dim b as new button&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;b.text=&amp;quot;Ouch You clicked at me&amp;quot;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;Content1.controls.add(b)&amp;nbsp; Because contentpage does not have form therefore i need it.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;Help Me &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;Thanks&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>it's gives error that  masterpage file is not amember of  ASP.Default_aspx</title><link>http://forums.asp.net/thread/3302515.aspx</link><pubDate>Sun, 19 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3302515</guid><dc:creator>vb.netdev</dc:creator><description>&lt;p&gt; hi all&lt;/p&gt;
&lt;p&gt;when i build the website does not give any errors but when i publish it i face the following problem:&lt;/p&gt;
&lt;p&gt;it&amp;#39;s gives error that&amp;nbsp; masterpage file is not amember of&amp;nbsp; ASP.Default_aspx.&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Compiler Error Message: &lt;/b&gt;ASPNET:
Make sure that the class defined in this code file matches the
&amp;#39;inherits&amp;#39; attribute, and that it extends the correct base class (e.g.
Page or UserControl).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;
&lt;pre&gt;Line 1:  &lt;br /&gt;&lt;font color="red"&gt;Line 2:  Partial Class _Default&lt;br /&gt;&lt;/font&gt;Line 3:      Inherits System.Web.UI.Page&lt;br /&gt;Line 4:  &lt;/pre&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;div&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;Show Detailed Compiler Output:&lt;/font&gt;&lt;/div&gt;
&lt;div id="compilerOutputDiv"&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;            &lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;
                      &lt;code&gt;&lt;/code&gt;
&lt;pre&gt;D:\WINDOWS\system32&amp;gt; &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vbc.exe&amp;quot; /t:library /utf8output /R:&amp;quot;D:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\assembly\dl3\cd23dc49\642b13a3_6b05ca01\App_Licenses.DLL&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\assembly\dl3\10227dd5\00979ee7_128cc901\FreeTextBox.DLL&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\assembly\dl3\7aea13fe\00942b4c_8d01c801\Refresh.Web.FreeTextBox.DLL&amp;quot; /R:&amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_xqehb4id.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll&amp;quot; /R:&amp;quot;D:\WINDOWS\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll&amp;quot; /out:&amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.dll&amp;quot; /D:DEBUG=1 /debug+ /win32resource:&amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\em_qwjq1.res&amp;quot; /define:_MYTYPE=\&amp;quot;Web\&amp;quot; /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Generic,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Linq,System.Xml.Linq,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls  &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.8.vb&amp;quot; &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.3.vb&amp;quot; &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.6.vb&amp;quot; &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.1.vb&amp;quot; &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.4.vb&amp;quot; &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.7.vb&amp;quot; &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.2.vb&amp;quot; &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.5.vb&amp;quot; &amp;quot;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Microsoft (R) Visual Basic Compiler version 8.0.50727.3053&lt;br /&gt;for Microsoft (R) .NET Framework version 2.0.50727.3053&lt;br /&gt;Copyright (c) Microsoft Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;vbc : warning BC40057: Namespace or type specified in the project-level Imports &amp;#39;System.Xml.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;vbc : warning BC40057: Namespace or type specified in the project-level Imports &amp;#39;System.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;D:\Inetpub\wwwroot\a\AddReplay.aspx.vb(38) : warning BC42024: Unused local variable: &amp;#39;rslt&amp;#39;.&lt;br /&gt;&lt;br /&gt;            Dim rslt As Boolean&lt;br /&gt;                ~~~~           &lt;br /&gt;D:\Inetpub\wwwroot\a\AddReplay.aspx.vb(96) : warning BC42105: Function &amp;#39;GetDataScallar&amp;#39; doesn&amp;#39;t return a value on all code paths. A null reference exception could occur at run time when the result is used.&lt;br /&gt;&lt;br /&gt;    End Function&lt;br /&gt;    ~~~~~~~~~~~~&lt;br /&gt;D:\Inetpub\wwwroot\a\Default.aspx(1) : error BC30456: &amp;#39;Title&amp;#39; is not a member of &amp;#39;ASP.default_aspx&amp;#39;.&lt;br /&gt;&lt;br /&gt;            __ctrl.Title = &amp;quot;Untitled Page&amp;quot;&lt;br /&gt;            ~~~~~~~~~~~~                  &lt;br /&gt;D:\Inetpub\wwwroot\a\Default.aspx(1) : error BC30456: &amp;#39;InitializeCulture&amp;#39; is not a member of &amp;#39;ASP.default_aspx&amp;#39;.&lt;br /&gt;&lt;br /&gt;            Me.InitializeCulture&lt;br /&gt;            ~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;D:\Inetpub\wwwroot\a\Default.aspx(1) : error BC30456: &amp;#39;MasterPageFile&amp;#39; is not a member of &amp;#39;ASP.default_aspx&amp;#39;.&lt;br /&gt;&lt;br /&gt;            __ctrl.MasterPageFile = &amp;quot;~/MasterPage2.master&amp;quot;&lt;br /&gt;            ~~~~~~~~~~~~~~~~~~~~~                         &lt;br /&gt;D:\Inetpub\wwwroot\a\Default.aspx(2) : error BC30456: &amp;#39;AddContentTemplate&amp;#39; is not a member of &amp;#39;ASP.default_aspx&amp;#39;.&lt;br /&gt;&lt;br /&gt;            Me.AddContentTemplate(&amp;quot;ContentPlaceHolder1&amp;quot;, New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControlContent1))&lt;br /&gt;            ~~~~~~~~~~~~~~~~~~~~~                                                                                                       &lt;br /&gt;D:\Inetpub\wwwroot\a\Default.aspx.vb(912304) : error BC30311: Value of type &amp;#39;ASP.default_aspx&amp;#39; cannot be converted to &amp;#39;System.Web.UI.Page&amp;#39;.&lt;br /&gt;&lt;br /&gt;            CType(Me,Global.System.Web.UI.Page).AppRelativeVirtualPath = &amp;quot;~/Default.aspx&amp;quot;&lt;br /&gt;                  ~~                                                                     &lt;br /&gt;D:\Inetpub\wwwroot\a\Default.aspx.vb(912305) : error BC30284: sub &amp;#39;FrameworkInitialize&amp;#39; cannot be declared &amp;#39;Overrides&amp;#39; because it does not override a sub in a base class.&lt;br /&gt;&lt;br /&gt;        Protected Overrides Sub FrameworkInitialize()&lt;br /&gt;                                ~~~~~~~~~~~~~~~~~~~  &lt;br /&gt;D:\Inetpub\wwwroot\a\Default.aspx.vb(912308) : error BC30456: &amp;#39;AddWrappedFileDependencies&amp;#39; is not a member of &amp;#39;ASP.default_aspx&amp;#39;.&lt;br /&gt;&lt;br /&gt;            Me.AddWrappedFileDependencies(Global.ASP.default_aspx.__fileDependencies)&lt;br /&gt;            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                            &lt;br /&gt;D:\Inetpub\wwwroot\a\Default.aspx.vb(912309) : error BC30456: &amp;#39;Request&amp;#39; is not a member of &amp;#39;ASP.default_aspx&amp;#39;.&lt;br /&gt;&lt;br /&gt;            Me.Request.ValidateInput&lt;br /&gt;            ~~~~~~~~~~              &lt;br /&gt;D:\Inetpub\wwwroot\a\YDFTalke.aspx.vb(96) : warning BC42105: Function &amp;#39;GetDataTable&amp;#39; doesn&amp;#39;t return a value on all code paths. A null reference exception could occur at run time when the result is used.&lt;br /&gt;&lt;br /&gt;    End Function&lt;br /&gt;    ~~~~~~~~~~~~&lt;br /&gt;D:\Inetpub\wwwroot\a\editpagescontent.aspx.vb(50) : warning BC42105: Function &amp;#39;GetDataSTable&amp;#39; doesn&amp;#39;t return a value on all code paths. A null reference exception could occur at run time when the result is used.&lt;br /&gt;&lt;br /&gt;    End Function&lt;br /&gt;    ~~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(22) : warning BC40056: Namespace or type specified in the Imports &amp;#39;System.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;&lt;br /&gt;Imports System.Linq&lt;br /&gt;        ~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(34) : warning BC40056: Namespace or type specified in the Imports &amp;#39;System.Xml.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;&lt;br /&gt;Imports System.Xml.Linq&lt;br /&gt;        ~~~~~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(57) : error BC30554: &amp;#39;_Default&amp;#39; is ambiguous.&lt;br /&gt;&lt;br /&gt;        Inherits Global._Default&lt;br /&gt;                 ~~~~~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(58) : error BC30154: Class &amp;#39;default_aspx&amp;#39; must implement &amp;#39;ReadOnly Property IsReusable() As Boolean&amp;#39; for interface &amp;#39;System.Web.IHttpHandler&amp;#39;. Implementing property must have matching &amp;#39;ReadOnly&amp;#39; or &amp;#39;WriteOnly&amp;#39; specifiers.&lt;br /&gt;&lt;br /&gt;        Implements System.Web.IHttpHandler&lt;br /&gt;                   ~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(58) : error BC30149: Class &amp;#39;default_aspx&amp;#39; must implement &amp;#39;Sub ProcessRequest(context As HttpContext)&amp;#39; for interface &amp;#39;System.Web.IHttpHandler&amp;#39;.&lt;br /&gt;&lt;br /&gt;        Implements System.Web.IHttpHandler&lt;br /&gt;                   ~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(79) : error BC30456: &amp;#39;GetWrappedFileDependencies&amp;#39; is not a member of &amp;#39;ASP.default_aspx&amp;#39;.&lt;br /&gt;&lt;br /&gt;                Global.ASP.default_aspx.__fileDependencies = Me.GetWrappedFileDependencies(dependencies)&lt;br /&gt;                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~              &lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(82) : error BC30456: &amp;#39;Server&amp;#39; is not a member of &amp;#39;ASP.default_aspx&amp;#39;.&lt;br /&gt;&lt;br /&gt;            Me.Server.ScriptTimeout = 30000000&lt;br /&gt;            ~~~~~~~~~                         &lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(85) : error BC30284: property &amp;#39;SupportAutoEvents&amp;#39; cannot be declared &amp;#39;Overrides&amp;#39; because it does not override a property in a base class.&lt;br /&gt;&lt;br /&gt;        Protected Overrides ReadOnly Property SupportAutoEvents() As Boolean&lt;br /&gt;                                              ~~~~~~~~~~~~~~~~~             &lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(144) : error BC30284: function &amp;#39;GetTypeHashCode&amp;#39; cannot be declared &amp;#39;Overrides&amp;#39; because it does not override a function in a base class.&lt;br /&gt;&lt;br /&gt;        Public Overrides Function GetTypeHashCode() As Integer&lt;br /&gt;                                  ~~~~~~~~~~~~~~~             &lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.0.vb(149) : error BC30284: sub &amp;#39;ProcessRequest&amp;#39; cannot be declared &amp;#39;Overrides&amp;#39; because it does not override a sub in a base class.&lt;br /&gt;&lt;br /&gt;        Public Overrides Sub ProcessRequest(ByVal context As System.Web.HttpContext)&lt;br /&gt;                             ~~~~~~~~~~~~~~                                         &lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.2.vb(22) : warning BC40056: Namespace or type specified in the Imports &amp;#39;System.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;&lt;br /&gt;Imports System.Linq&lt;br /&gt;        ~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.2.vb(34) : warning BC40056: Namespace or type specified in the Imports &amp;#39;System.Xml.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;&lt;br /&gt;Imports System.Xml.Linq&lt;br /&gt;        ~~~~~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.4.vb(22) : warning BC40056: Namespace or type specified in the Imports &amp;#39;System.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;&lt;br /&gt;Imports System.Linq&lt;br /&gt;        ~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.4.vb(34) : warning BC40056: Namespace or type specified in the Imports &amp;#39;System.Xml.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;&lt;br /&gt;Imports System.Xml.Linq&lt;br /&gt;        ~~~~~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.6.vb(22) : warning BC40056: Namespace or type specified in the Imports &amp;#39;System.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;&lt;br /&gt;Imports System.Linq&lt;br /&gt;        ~~~~~~~~~~~&lt;br /&gt;D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\a\5413e450\735d387b\App_Web_em_qwjq1.6.vb(34) : warning BC40056: Namespace or type specified in the Imports &amp;#39;System.Xml.Linq&amp;#39; doesn&amp;#39;t contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn&amp;#39;t use any aliases.&lt;br /&gt;&lt;br /&gt;Imports System.Xml.Linq&lt;br /&gt;        ~~~~~~~~~~~~~~~&lt;br /&gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;p&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;div&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;Show Complete Compilation Source:&lt;/font&gt;&lt;/div&gt;
&lt;div id="dynamicCodeDiv" style="display:none;"&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;            &lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;
                      &lt;code&gt;&lt;/code&gt;
&lt;pre&gt;Line 1:    #ExternalChecksum(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,&amp;quot;{406ea660-64cf-4c82-b6f0-42d48172a799}&amp;quot;,&amp;quot;6134864CEE784A18436B482A63D51539&amp;quot;)
Line 2:    &amp;#39;------------------------------------------------------------------------------
Line 3:    &amp;#39; &amp;lt;auto-generated&amp;gt;
Line 4:    &amp;#39;     This code was generated by a tool.
Line 5:    &amp;#39;     Runtime Version:2.0.50727.3053
Line 6:    &amp;#39;
Line 7:    &amp;#39;     Changes to this file may cause incorrect behavior and will be lost if
Line 8:    &amp;#39;     the code is regenerated.
Line 9:    &amp;#39; &amp;lt;/auto-generated&amp;gt;
Line 10:   &amp;#39;------------------------------------------------------------------------------
Line 11:   
Line 12:   Option Strict Off
Line 13:   Option Explicit On
Line 14:   
Line 15:   Imports ASP
Line 16:   Imports Microsoft.VisualBasic
Line 17:   Imports System
Line 18:   Imports System.Collections
Line 19:   Imports System.Collections.Generic
Line 20:   Imports System.Collections.Specialized
Line 21:   Imports System.Configuration
Line 22:   Imports System.Linq
Line 23:   Imports System.Text
Line 24:   Imports System.Text.RegularExpressions
Line 25:   Imports System.Web
Line 26:   Imports System.Web.Caching
Line 27:   Imports System.Web.Profile
Line 28:   Imports System.Web.Security
Line 29:   Imports System.Web.SessionState
Line 30:   Imports System.Web.UI
Line 31:   Imports System.Web.UI.HtmlControls
Line 32:   Imports System.Web.UI.WebControls
Line 33:   Imports System.Web.UI.WebControls.WebParts
Line 34:   Imports System.Xml.Linq
Line 35:   
Line 36:   
Line 37:   Partial Public Class _Default
Line 38:       Implements System.Web.SessionState.IRequiresSessionState
Line 39:       
Line 40:       Protected ReadOnly Property Profile() As System.Web.Profile.DefaultProfile
Line 41:           Get
Line 42:               Return CType(Me.Context.Profile,System.Web.Profile.DefaultProfile)
Line 43:           End Get
Line 44:       End Property
Line 45:       
Line 46:       Protected ReadOnly Property ApplicationInstance() As System.Web.HttpApplication
Line 47:           Get
Line 48:               Return CType(Me.Context.ApplicationInstance,System.Web.HttpApplication)
Line 49:           End Get
Line 50:       End Property
Line 51:   End Class
Line 52:   
Line 53:   Namespace ASP
Line 54:       
Line 55:       &amp;lt;System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()&amp;gt;  _
Line 56:       Public Class default_aspx
Line 57:           Inherits Global._Default
Line 58:           Implements System.Web.IHttpHandler
Line 59:           
Line 60:           Private Shared __initialized As Boolean
Line 61:           
Line 62:           Private Shared __fileDependencies As Object
Line 63:           
Line 64:           &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _
Line 65:           Public Sub New()
Line 66:               MyBase.New
Line 67:               Dim dependencies() As String
Line 68:               
Line 69:               #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx.vb&amp;quot;,912304)
Line 70:               CType(Me,Global.System.Web.UI.Page).AppRelativeVirtualPath = &amp;quot;~/Default.aspx&amp;quot;
Line 71:               
Line 72:               #End ExternalSource
Line 73:               If (Global.ASP.default_aspx.__initialized = false) Then
Line 74:                   dependencies = New String(3) {}
Line 75:                   dependencies(0) = &amp;quot;~/Default.aspx&amp;quot;
Line 76:                   dependencies(1) = &amp;quot;~/MasterPage2.master&amp;quot;
Line 77:                   dependencies(2) = &amp;quot;~/MasterPage2.master.vb&amp;quot;
Line 78:                   dependencies(3) = &amp;quot;~/Default.aspx.vb&amp;quot;
Line 79:                   Global.ASP.default_aspx.__fileDependencies = Me.GetWrappedFileDependencies(dependencies)
Line 80:                   Global.ASP.default_aspx.__initialized = true
Line 81:               End If
Line 82:               Me.Server.ScriptTimeout = 30000000
Line 83:           End Sub
Line 84:           
Line 85:           Protected Overrides ReadOnly Property SupportAutoEvents() As Boolean
Line 86:               Get
Line 87:                   Return false
Line 88:               End Get
Line 89:           End Property
Line 90:           
Line 91:           &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _
Line 92:           Private Sub __BuildControlContent1(ByVal __ctrl As System.Web.UI.Control)
Line 93:               Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 94:               
Line 95:               #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,2)
Line 96:               __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(&amp;quot;&amp;quot;&amp;amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;amp;Global.Microsoft.VisualBasic.ChrW(10)))
Line 97:               
Line 98:               #End ExternalSource
Line 99:           End Sub
Line 100:          
Line 101:          &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _
Line 102:          Private Sub __BuildControlTree(ByVal __ctrl As default_aspx)
Line 103:              
Line 104:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,1)
Line 105:              __ctrl.MasterPageFile = &amp;quot;~/MasterPage2.master&amp;quot;
Line 106:              
Line 107:              #End ExternalSource
Line 108:              
Line 109:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,1)
Line 110:              __ctrl.Title = &amp;quot;Untitled Page&amp;quot;
Line 111:              
Line 112:              #End ExternalSource
Line 113:              
Line 114:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,1)
Line 115:              Me.InitializeCulture
Line 116:              
Line 117:              #End ExternalSource
Line 118:              
Line 119:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,2)
Line 120:              Me.AddContentTemplate(&amp;quot;ContentPlaceHolder1&amp;quot;, New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControlContent1))
Line 121:              
Line 122:              #End ExternalSource
Line 123:              Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 124:              
Line 125:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,1)
Line 126:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(&amp;quot;&amp;quot;&amp;amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;amp;Global.Microsoft.VisualBasic.ChrW(10)))
Line 127:              
Line 128:              #End ExternalSource
Line 129:          End Sub
Line 130:          
Line 131:          
Line 132:          #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx.vb&amp;quot;,912304)
Line 133:          &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _
Line 134:          Protected Overrides Sub FrameworkInitialize()
Line 135:              MyBase.FrameworkInitialize
Line 136:              Me.__BuildControlTree(Me)
Line 137:              Me.AddWrappedFileDependencies(Global.ASP.default_aspx.__fileDependencies)
Line 138:              Me.Request.ValidateInput
Line 139:          End Sub
Line 140:          
Line 141:          #End ExternalSource
Line 142:          
Line 143:          &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _
Line 144:          Public Overrides Function GetTypeHashCode() As Integer
Line 145:              Return -1005266328
Line 146:          End Function
Line 147:          
Line 148:          &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _
Line 149:          Public Overrides Sub ProcessRequest(ByVal context As System.Web.HttpContext)
Line 150:              MyBase.ProcessRequest(context)
Line 151:          End Sub
Line 152:      End Class
Line 153:  End Namespace
Line 154:  &lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;p&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;
&lt;br /&gt;&lt;br /&gt;
            &lt;/font&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;            &lt;b&gt;Version Information:&lt;/b&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
            &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;div&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;Show Complete Compilation Source:&lt;/font&gt;&lt;/div&gt;
&lt;div id="dynamicCodeDiv"&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;            &lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;
                      &lt;code&gt;&lt;/code&gt;
&lt;pre&gt;Line 1:    #ExternalChecksum(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,&amp;quot;{406ea660-64cf-4c82-b6f0-42d48172a799}&amp;quot;,&amp;quot;6134864CEE784A18436B482A63D51539&amp;quot;)&lt;br /&gt;Line 2:    &amp;#39;------------------------------------------------------------------------------&lt;br /&gt;Line 3:    &amp;#39; &amp;lt;auto-generated&amp;gt;&lt;br /&gt;Line 4:    &amp;#39;     This code was generated by a tool.&lt;br /&gt;Line 5:    &amp;#39;     Runtime Version:2.0.50727.3053&lt;br /&gt;Line 6:    &amp;#39;&lt;br /&gt;Line 7:    &amp;#39;     Changes to this file may cause incorrect behavior and will be lost if&lt;br /&gt;Line 8:    &amp;#39;     the code is regenerated.&lt;br /&gt;Line 9:    &amp;#39; &amp;lt;/auto-generated&amp;gt;&lt;br /&gt;Line 10:   &amp;#39;------------------------------------------------------------------------------&lt;br /&gt;Line 11:   &lt;br /&gt;Line 12:   Option Strict Off&lt;br /&gt;Line 13:   Option Explicit On&lt;br /&gt;Line 14:   &lt;br /&gt;Line 15:   Imports ASP&lt;br /&gt;Line 16:   Imports Microsoft.VisualBasic&lt;br /&gt;Line 17:   Imports System&lt;br /&gt;Line 18:   Imports System.Collections&lt;br /&gt;Line 19:   Imports System.Collections.Generic&lt;br /&gt;Line 20:   Imports System.Collections.Specialized&lt;br /&gt;Line 21:   Imports System.Configuration&lt;br /&gt;Line 22:   Imports System.Linq&lt;br /&gt;Line 23:   Imports System.Text&lt;br /&gt;Line 24:   Imports System.Text.RegularExpressions&lt;br /&gt;Line 25:   Imports System.Web&lt;br /&gt;Line 26:   Imports System.Web.Caching&lt;br /&gt;Line 27:   Imports System.Web.Profile&lt;br /&gt;Line 28:   Imports System.Web.Security&lt;br /&gt;Line 29:   Imports System.Web.SessionState&lt;br /&gt;Line 30:   Imports System.Web.UI&lt;br /&gt;Line 31:   Imports System.Web.UI.HtmlControls&lt;br /&gt;Line 32:   Imports System.Web.UI.WebControls&lt;br /&gt;Line 33:   Imports System.Web.UI.WebControls.WebParts&lt;br /&gt;Line 34:   Imports System.Xml.Linq&lt;br /&gt;Line 35:   &lt;br /&gt;Line 36:   &lt;br /&gt;Line 37:   Partial Public Class _Default&lt;br /&gt;Line 38:       Implements System.Web.SessionState.IRequiresSessionState&lt;br /&gt;Line 39:       &lt;br /&gt;Line 40:       Protected ReadOnly Property Profile() As System.Web.Profile.DefaultProfile&lt;br /&gt;Line 41:           Get&lt;br /&gt;Line 42:               Return CType(Me.Context.Profile,System.Web.Profile.DefaultProfile)&lt;br /&gt;Line 43:           End Get&lt;br /&gt;Line 44:       End Property&lt;br /&gt;Line 45:       &lt;br /&gt;Line 46:       Protected ReadOnly Property ApplicationInstance() As System.Web.HttpApplication&lt;br /&gt;Line 47:           Get&lt;br /&gt;Line 48:               Return CType(Me.Context.ApplicationInstance,System.Web.HttpApplication)&lt;br /&gt;Line 49:           End Get&lt;br /&gt;Line 50:       End Property&lt;br /&gt;Line 51:   End Class&lt;br /&gt;Line 52:   &lt;br /&gt;Line 53:   Namespace ASP&lt;br /&gt;Line 54:       &lt;br /&gt;Line 55:       &amp;lt;System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()&amp;gt;  _&lt;br /&gt;Line 56:       Public Class default_aspx&lt;br /&gt;Line 57:           Inherits Global._Default&lt;br /&gt;Line 58:           Implements System.Web.IHttpHandler&lt;br /&gt;Line 59:           &lt;br /&gt;Line 60:           Private Shared __initialized As Boolean&lt;br /&gt;Line 61:           &lt;br /&gt;Line 62:           Private Shared __fileDependencies As Object&lt;br /&gt;Line 63:           &lt;br /&gt;Line 64:           &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _&lt;br /&gt;Line 65:           Public Sub New()&lt;br /&gt;Line 66:               MyBase.New&lt;br /&gt;Line 67:               Dim dependencies() As String&lt;br /&gt;Line 68:               &lt;br /&gt;Line 69:               #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx.vb&amp;quot;,912304)&lt;br /&gt;Line 70:               CType(Me,Global.System.Web.UI.Page).AppRelativeVirtualPath = &amp;quot;~/Default.aspx&amp;quot;&lt;br /&gt;Line 71:               &lt;br /&gt;Line 72:               #End ExternalSource&lt;br /&gt;Line 73:               If (Global.ASP.default_aspx.__initialized = false) Then&lt;br /&gt;Line 74:                   dependencies = New String(3) {}&lt;br /&gt;Line 75:                   dependencies(0) = &amp;quot;~/Default.aspx&amp;quot;&lt;br /&gt;Line 76:                   dependencies(1) = &amp;quot;~/MasterPage2.master&amp;quot;&lt;br /&gt;Line 77:                   dependencies(2) = &amp;quot;~/MasterPage2.master.vb&amp;quot;&lt;br /&gt;Line 78:                   dependencies(3) = &amp;quot;~/Default.aspx.vb&amp;quot;&lt;br /&gt;Line 79:                   Global.ASP.default_aspx.__fileDependencies = Me.GetWrappedFileDependencies(dependencies)&lt;br /&gt;Line 80:                   Global.ASP.default_aspx.__initialized = true&lt;br /&gt;Line 81:               End If&lt;br /&gt;Line 82:               Me.Server.ScriptTimeout = 30000000&lt;br /&gt;Line 83:           End Sub&lt;br /&gt;Line 84:           &lt;br /&gt;Line 85:           Protected Overrides ReadOnly Property SupportAutoEvents() As Boolean&lt;br /&gt;Line 86:               Get&lt;br /&gt;Line 87:                   Return false&lt;br /&gt;Line 88:               End Get&lt;br /&gt;Line 89:           End Property&lt;br /&gt;Line 90:           &lt;br /&gt;Line 91:           &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _&lt;br /&gt;Line 92:           Private Sub __BuildControlContent1(ByVal __ctrl As System.Web.UI.Control)&lt;br /&gt;Line 93:               Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)&lt;br /&gt;Line 94:               &lt;br /&gt;Line 95:               #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,2)&lt;br /&gt;Line 96:               __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(&amp;quot;&amp;quot;&amp;amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;amp;Global.Microsoft.VisualBasic.ChrW(10)))&lt;br /&gt;Line 97:               &lt;br /&gt;Line 98:               #End ExternalSource&lt;br /&gt;Line 99:           End Sub&lt;br /&gt;Line 100:          &lt;br /&gt;Line 101:          &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _&lt;br /&gt;Line 102:          Private Sub __BuildControlTree(ByVal __ctrl As default_aspx)&lt;br /&gt;Line 103:              &lt;br /&gt;Line 104:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,1)&lt;br /&gt;Line 105:              __ctrl.MasterPageFile = &amp;quot;~/MasterPage2.master&amp;quot;&lt;br /&gt;Line 106:              &lt;br /&gt;Line 107:              #End ExternalSource&lt;br /&gt;Line 108:              &lt;br /&gt;Line 109:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,1)&lt;br /&gt;Line 110:              __ctrl.Title = &amp;quot;Untitled Page&amp;quot;&lt;br /&gt;Line 111:              &lt;br /&gt;Line 112:              #End ExternalSource&lt;br /&gt;Line 113:              &lt;br /&gt;Line 114:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,1)&lt;br /&gt;Line 115:              Me.InitializeCulture&lt;br /&gt;Line 116:              &lt;br /&gt;Line 117:              #End ExternalSource&lt;br /&gt;Line 118:              &lt;br /&gt;Line 119:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,2)&lt;br /&gt;Line 120:              Me.AddContentTemplate(&amp;quot;ContentPlaceHolder1&amp;quot;, New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControlContent1))&lt;br /&gt;Line 121:              &lt;br /&gt;Line 122:              #End ExternalSource&lt;br /&gt;Line 123:              Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)&lt;br /&gt;Line 124:              &lt;br /&gt;Line 125:              #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx&amp;quot;,1)&lt;br /&gt;Line 126:              __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(&amp;quot;&amp;quot;&amp;amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;amp;Global.Microsoft.VisualBasic.ChrW(10)))&lt;br /&gt;Line 127:              &lt;br /&gt;Line 128:              #End ExternalSource&lt;br /&gt;Line 129:          End Sub&lt;br /&gt;Line 130:          &lt;br /&gt;Line 131:          &lt;br /&gt;Line 132:          #ExternalSource(&amp;quot;D:\Inetpub\wwwroot\a\Default.aspx.vb&amp;quot;,912304)&lt;br /&gt;Line 133:          &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _&lt;br /&gt;Line 134:          Protected Overrides Sub FrameworkInitialize()&lt;br /&gt;Line 135:              MyBase.FrameworkInitialize&lt;br /&gt;Line 136:              Me.__BuildControlTree(Me)&lt;br /&gt;Line 137:              Me.AddWrappedFileDependencies(Global.ASP.default_aspx.__fileDependencies)&lt;br /&gt;Line 138:              Me.Request.ValidateInput&lt;br /&gt;Line 139:          End Sub&lt;br /&gt;Line 140:          &lt;br /&gt;Line 141:          #End ExternalSource&lt;br /&gt;Line 142:          &lt;br /&gt;Line 143:          &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _&lt;br /&gt;Line 144:          Public Overrides Function GetTypeHashCode() As Integer&lt;br /&gt;Line 145:              Return -1005266328&lt;br /&gt;Line 146:          End Function&lt;br /&gt;Line 147:          &lt;br /&gt;Line 148:          &amp;lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&amp;gt;  _&lt;br /&gt;Line 149:          Public Overrides Sub ProcessRequest(ByVal context As System.Web.HttpContext)&lt;br /&gt;Line 150:              MyBase.ProcessRequest(context)&lt;br /&gt;Line 151:          End Sub&lt;br /&gt;Line 152:      End Class&lt;br /&gt;Line 153:  End Namespace&lt;br /&gt;Line 154:  &lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;p&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;
&lt;br /&gt;&lt;br /&gt;
            &lt;/font&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;            &lt;b&gt;Version Information:&lt;/b&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
            &lt;/font&gt;&lt;/p&gt;</description></item></channel></rss>