Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

webPanel <input type = "hidden">

Last post 08-11-2008 14:21 by bjlarsen. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 08-11-2008 11:37

    • bjlarsen
    • Top 500 Contributor
    • Joined on 06-19-2008
    • Points 205

    webPanel <input type = "hidden">

     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">
        &nbsp;&nbsp;&nbsp;<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

    Filed under:
    • Post Points: 20
  • 08-11-2008 11:43 In reply to

    Re: webPanel <input type = "hidden">

    Hello, 

    The <input type=hidden> is just a hdden field used by the panel to store state data and does not affect the appearance of the control. I believe the problem is elsewhere - I see that you have WebAsyncRefreshPanel wrapping all the functionality - but its height is only 20px.

    Please, change the Height of the WARP panel from

     <igmisc:WebAsyncRefreshPanel ID="WebAsyncRefreshPanel1" runat="server"
        Height="20px" Width="780px">

    to, say,

     <igmisc:WebAsyncRefreshPanel ID="WebAsyncRefreshPanel1" runat="server"
        Height="300px" Width="780px">

    and see if you are getting better results. 

    Best Regards,
    Rumen Stankov (MCSD.NET)
    The Infragistics ASP.NET Team
    • Post Points: 20
  • 08-11-2008 14:21 In reply to

    • bjlarsen
    • Top 500 Contributor
    • Joined on 06-19-2008
    • Points 205

    Re: webPanel <input type = "hidden">

     thnx...i dont know how the height got set...i just removed hte height altogethor as It wasn't needed at all.  I guess sometimes i miss the obvious when looking for the answer.

     

    thank you! 

    • Post Points: 5
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems