Users Pricing

forum

Home Forums How use selectedIndexChanged from dropdownlist in clientSide and ServerSide – MindStick

How use selectedIndexChanged from dropdownlist in clientSide and ServerSide

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


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md