2

My page consist from these three blocks:

  1. Page header
  2. Page body
  3. Page foot

In page header section I have several drop downs. Depends on selected values in these drop downs I have to load proper form, so what is the best way to make it? Thank you!

2
  • 1
    Your title doesn't really describe what you're asking for. Consider revising? Also, are you asking how to load part of the page using jQuery? Commented Aug 28, 2011 at 9:12
  • Welcome to Stack Overflow! We expect people to do some effort before asking their questions. Commented Aug 28, 2011 at 10:06

1 Answer 1

1

may not be the best way but you can put the form in a partial view and onChange of selected value render the partial view using ajax

here is an example http://iridescence.no/post/Partial-Rendering-with-ASPNET-MVC-and-jQuery.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.