forum

Home / DeveloperSection / Forums / How use selectedIndexChanged from dropdownlist in clientSide and ServerSide

How use selectedIndexChanged from dropdownlist in clientSide and ServerSide

Anonymous User 1875 28-Aug-2014

In clientside i want call javascript funcition!

 
<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 a name of function in clientside!

Thanks for help!


Updated on 28-Aug-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By