You can achieve the this case using onchange function.
<asp:DropDownList runat="server" ID="ddlID" onchange="JavaScript:JSFuntionName();"> </asp:DropDownList>
No comments:
Post a Comment