-
Ddl
I have a dropdownlist bound to my datatable that is created from a csv file. The dropdownlist has field1 as its text and value property. Is it possible to have a textbox display field 3? another 4 etc..
I want a series of text boxes displaying different fields from the table based on the ddl
And also have the textbox change value when the user makes a different selection in the dropdownlist?
Thank you
something similar to binding source in VB
-
Re: Ddl
Hello,
I believe that this:
http://www.developer.com/net/vb/arti...a-FormView.htm
Is an example of what you are looking for.
Hope this helps!
Gary