so, my webpanel, and my tabs within the panel are NOT showing up. Very perplexing...after searching around..i finally found in the source(view source from i.e.) this
</select>
<input type="hidden" id="ctl00$ContentPlaceHolder1$Reconnect1$WebPanel1_hidden" name="ctl00$ContentPlaceHolder1$Reconnect1$WebPanel1_hidden" /><table id="ctl00_ContentPlaceHolder1_Reconnect1_WebPanel1" class="ctl00ContentPlaceHolder1Reconnect1WebPanel1ctl ig_Control igpnl_Control" cellspacing="0" cellpadding="0">
<tr><td class="ctl00ContentPlaceHolder1Reconnect1WebPanel1hdrxpnd"
so you cna see the input typ = "hidden"
however, I didn't set this(at least not on purpose), and can't figure out how to change i. does anyone have any ideas how this happened, or how to set it back?
here is my Source from vs2008
<igmisc:WebAsyncRefreshPanel ID="WebAsyncRefreshPanel1" runat="server"
Height="20px" Width="780px">
<asp:DropDownList ID="ddlCoaches" runat="server" DataSourceID="sds_CoachList"
DataTextField="coach" DataValueField="ID">
</asp:DropDownList>
<igmisc:WebPanel ID="WebPanel1" runat="server" Font-Bold="True"
Font-Size="X-Small" ForeColor="White" Width="808px" StyleSetName="">
<PanelStyle BorderColor="#002D96" BorderStyle="Solid" BorderWidth="1px">
<Padding Bottom="1px" Left="1px" Right="1px" Top="1px" />
<BorderDetails WidthTop="0px" />
</PanelStyle>
<Header