Hi,
In my current application,i have a dropdownlist inside a panel
iam using gaia panel
<gaia:ExtendedPanel ID="expTourDetail" runat="server" Caption='<%$ Resources:GeneralLang,TourDetail %>'
CssClass="gaiax" Collapsed="false" AnimationDuration="200" Height="280px" Width="258px">
<asp:DropDownList ID="drpPackage" OnSelectedIndexChanged="drpPackage_SelectedIndexChanged" runat="server" Width="120px"></asp:DropDownList>
</gaia:ExtendedPanel>
i wrote the query for drpPackage_SelectedIndexChanged
but the does not firing.
i think extended panel is a parent control and dropdownlist is a child control.
what i have to do,it is very urgent for me.
Regards
K L BAIJU