How to use selectedIndexChanged from asp.net dropdown in clientSide and ServerSide?
In clientide, I want to use the javascript funcition function!
<script type="text/javascript"> function changeCursor() { document.body.style.cursor="progress"; } </script> <asp:DropDownList ID="DropDownSubject" runat="server" DataTextField="Word" AutoPostBack="True" OnSelectedIndexChanged="SelectedChange"> </asp:DropDownList>
SelectedChange is the name of the function in clientide!
Thanks for the help!
user1671697 Sep 20 2018-12-12T00: 00Z
source share