Re: FormView DropdownList - On Selection Change populate Text Box
am 29.03.2008 21:56:12 von claritymedispaOn Mar 28, 3:44=A0pm, Satish
> C#, ASP.NET
> Q: Have a formview, with a dropdownlist which is bound to a column. This
> dropdownlist has a datasource of DataSet type. Now my objective is, on
> Selection Changed of this DropdownList, I need to populate a couple of
> TextBox's. How can I do this? What event does the code go into? The
> selectionindexchanged even for the DropDownList does not seem to fire.
>
> Any help is appreciated.
>
> Thanks in advance.
why not use javascipt?
if you have element, for example, like this:
onchange=3D"change_drive(this.options[this.selectedIndex].va lue);">