c# - I need to change Multiview or place holder whenever I select different values in dropdown list -


i creating online booking page.

i got example page can see in link http://www.parkercorporate.co.uk/webbookercc/oneform.asp

i need same behaviour in site whenever user selects value in pickup dropdown list in right side need change text values or view.

to behaviour how should write code in asp.net , c#.

thanks ranam

first, use updatepanel don't see visual postback. second, set autopostback property on dropdownlist true. third, handle dropdownlist's selectedindexchanged event. fire after every change in dropdownlist, because enabled autopostback.

in event handler, can change activeviewindex of multiview, or show/hide controls, change textboxes, etc.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -