Asp.Net Control problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am using drop down list event for some reason its not working i dont know
why its not working while page load and txtYear_TextChanged event work just
drop down list event is not firing .... any body has any idea how to make it
work ......

mean if i change value in that list box it run a query against it .....
 
Make sure you do set AutoPostBack to TRUE.

<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top