Lalit Bhatt

Lalit Bhatt

  • 1.5k
  • 262
  • 3.9k

DropDownList event

Mar 11 2020 2:17 AM
DropDownList event OnSelectedIndexChanged working fine on my local machine but when i publish my code on server it does not work so plz help me..
 
<asp:DropDownList ID="ddlTest" runat="server" OnSelectedIndexChanged="OnSelectedIndexChangedTest" AutoPostBack="true" CssClass="dropdown" Width="200px">
</asp:DropDownList>
 

Answers (2)