I am using jquery ajax function for loading content of a dropdown on change of another dropdown this works fine, Now when i disable javascript i want my form to submit on change of that dropdown so i can load that content in another dropdown after post back because that ajax function wouldnt work how i can do this. I am using Asp.Net MVC 2 and jQuery