web usercontrol events

  1. R

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

    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...
Back
Top