5
Shouts

ASP.NET MVC DropDownList PostBack Follow-up

published 781 days, 4 hours, 24 minutes ago posted by KodefuGuruKodefuGuru 785 days, 31 minutes ago
Monday, April 04, 2011 7:46:31 PM GMT Thursday, March 31, 2011 11:38:57 PM GMT

In 2009, I wrote how to do “postbacks” with the ASP.NET MVC DropDownList control. I wrote the post in response to questions in the forums, and lately that particular article has had a lot of traffic. Now, I don’t explain how to do true postbacks, only how to achieve the same effect. What you really do is use jQuery to retrieve the information. It’s a much more elegant solution. This follow-up is necessary because I wrote that article for ASP.NET MVC 1. The code doesn’t work for the later versions, as is...

category: Web Dev | clicked: 3 | | source: www.kodefuguru.com | show counter code
tags: ASP.NET MVC 3, ASP.NET MVC, JSON, dropdownlist, jQuery