ASP.NET MVC Interface Controls - Dropdown List - AutoPostBack property





By setting AutoPostBack to true, the page will be posted back to the server when the selection is changed.
C#
 
    Html.Obout(new OboutDropDownList("ddl1") { AutoPostBack = true })
    

"The controls you've created here are definitely the best and easiest to use that I've ever seen or worked with. ;)"

Daniel Burgess

Random testimonial   All testimonials