Monday 8 July 2013

Handle/Add the dropdownlist selectedindexchanged event in javascript for asp:dropdownlist

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