I'm an ASP.NET beginner and i would like to know if what i'm trying to do is possible, and if not, how i could get arround this problem...
I'm trying to insert a DropDownList into a GridView. Is it possible?
This DropDownList should be linked to another source than the DataSourceID of the GridView...
ex: let's say we have a table "employees", and "customers". The link between theses tables is employee.ikCustomers = customer.iKey. So i would like to be able to have a grid with all the employees of every customers, and be able to edit this employee to assign it to another customer in case an error have been made at the creation.
Thanks
Start Free Trial