The selectIndexChanged event absolutely should fire. However, if you are
expecting it to cause a postback when you change the selection, you need to
set the AutoPostback property= true in the properties for this control.
Once you have got the event fireing its jsut a matter of writing your code
based on the selected index data.
HTH
"Satish" <Sa****@discussions.microsoft.comwrote in message
news:1E**********************************@microsof t.com...
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.