Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
UltraWebTab control not support dropdownlist autopostback
posted

 hello friends,

 

while working with infragistics asp.net netadvanatge control, i am facing very strange problem

i am using dropdownlist within the tab of UltraWebTab control

when i change the selection in dropdownlist it doesn't fire the event selectedindexchanged

i set autopostback=true still it not work

 this is my code

 

<div>
        <igtab:UltraWebTab BackColor=AliceBlue ID="UltraWebTab1" TabOrientation=LeftTop runat="server" Height="165px" Font-Names="Verdana" Font-Size=Smaller Width="646px" SpaceOnRight="0" BarHeight="0">
            <Tabs>
                  <igtab:Tab DefaultImage="./images/FD.GIF" DisabledImage="./images/fd_grey_on.gif" HoverImage="./images/fd_purple_on.GIF">
                    <ContentTemplate>
                    <br />
                    <div style="padding-left:10px ; padding-right:10px; padding-bottom:6px">
                      <asp:Panel  ID="Panel1" runat="server" Height="197px" Width="780px" BackColor="AliceBlue" BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center">
<br />
    <table style="width: 721px; height: 148px" cellpadding="0" cellspacing="0" border="0" bordercolor="#0">
        <tr>
            <td align="right" colspan="4">
                <asp:Label ID="Label1" runat="server" Style="left: 96px; top: -2px" Text="Search Flight No. :"
                    Width="126px"></asp:Label></td>
            <td colspan="4">
                <asp:TextBox ID="searchFLNO" runat="server"></asp:TextBox></td>
        </tr>
        <tr>
            <td colspan="8" style="height: 29px">
            </td>
        </tr>
        <tr>
            <td style="width: 89px; height: 40px;" align="right">
                <asp:Label ID="Label2" runat="server" Text="Date :"></asp:Label></td>
            <td style="width: 290px; height: 40px;" align="left">
                <asp:TextBox ID="datetext" runat="server" Width="87px"></asp:TextBox>
              
                </td>
            <td style="width: 101px; height: 40px;" align="right">
                <asp:Label ID="Label4" runat="server" Text="Flight Type :"></asp:Label></td>
              <td style="width: 116px; height: 31px;" align="left">
                <asp:DropDownList ID="ACregno" runat="server" AutoPostBack="True">
                </asp:DropDownList>
</td>