Hi:
We have a Web User Control, it displays a DropDownList
(.acsx)
<td id="tdcombo" width="60%" align="left" runat="server">
<asp:DropDownList ID="_TPeri" runat="server" SkinID="comboSK" Width="200px" />
</td>
Now I didn't find a way to detect when the user changes the selected item in the dropdownlist in the pages where I use the UC.
No OnChange, no SelectedIndexChanged, no nothing.
Please help, thanks
Robert


LinkBack URL
About LinkBacks




Reply With Quote


Bookmarks