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
 
Back
Top