Question I can't make the User Control to trigger change (or similar) event

rva1945

Member
Joined
Jun 28, 2010
Messages
12
Programming Experience
Beginner
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
 
Last edited by a moderator:
Back
Top