forum

home / developersection / forums / how use selectedindexchanged from dropdownlist in clientside and serverside

How use selectedIndexChanged from dropdownlist in clientSide and ServerSide

Anonymous User 2062 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 !


Message
Can you answer this question?

Answer

1 Answers

Liked By