i want to hide some dropdown on selection of dropdown.
hello respected sir i want to make a clone form(http://www.magicbricks.com/post-property-for-sale-rent/residential-commercial) of but i am confused that how i can do.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Subhendu DePosted Jan 1, 2013, 1:46 AM
This can be done by several ways.... Two options are coming in my mind instantly i.e.
Option 1
Use JQuery to toggle the visibility between multiple divs based on selection of dropdownlistbox/radio button.
Option 2
Use multiple view in Multiview control and set the ActiveViewIndex property of Multiview control based on the selection of dropdownlistbox/radio button.
Thanks