jquery - ASP.Net MVC - updating areas of page based on drop down lists -
i have product page has 3 x drop down lists allow visitor select product attributes - example pair of trousers colour / waist size / leg length. currently have drop downs hooked cascading use of jquery , json - each selection populates next drop down list down hierarchy calling jsonresult action via jquery within page. when selections made, , visitor has decided upon product variant, need update page contents - elements such price / image / stock availability / long description , table of specifications can product variant specific. these page elements need change distributed throughout markup rather being in 1 block complicate matters little. currently page (view) has these elements within main view - best way achieve changing page reflect visitors choice? this webforms app made use of several updatepanels achieve same thing, relative mvc newbie i'm not sure of approach tackle kind of problem? thanks. basically have 3 major options: display prerendered vi...