Dropdownlist is posting back

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

Guest

I have a dropdownlist and i have set autopostback to false and none of the
javascript has a __doPostBack(). Why then when i select a value from the
dropdown does it postback?
 
did you look at the designer view? it most likely has autopostback set to
true. you can also look at this attribute in the client side code as well.
set it back to false

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 

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