the method _SelectedIndexChanged of a dropdownlist works on the serverside... but this is a waste if i want for example to change the text in a textbox. Is there anyway to do this on the clientside? Thank you
Hi, You can handle the "onchange" event of the DropDownLis and write your own custom Javascript event handler in client side. Regards, P.S. Be aware of the AutoPostBack property of the DDL.
Hi, Unlike win32 combobox, you have no option to allow user to edit the content of the dropdownlist, he/she can only select from the given values. Check the
combobox webcontrol may be it can help you. Reagrds
The most wasted day is that in which we have not laughed.
swatcafe
Member
10 Points
2 Posts
DropDownList clientside
Nov 27, 2003 12:26 PM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: DropDownList clientside
Nov 28, 2003 03:02 AM|LINK
Jason Brown - MVP, IIS
Colt
All-Star
15569 Points
1986 Posts
ASPInsiders
MVP
Re: DropDownList clientside
Nov 28, 2003 03:02 AM|LINK
new2ASPnet
Member
700 Points
140 Posts
Re: DropDownList clientside
Nov 28, 2003 03:09 AM|LINK
V i r g i l R e b o t o n