Hi, all
I Have a problem with the DropDownList in a DataGridView( I am using ASP.Net c#).
I Would like to fill the DropDownList in the DataGridView with information retrieved from a DataTable for example if a particular product I have 10 left in stock I would like to fill the DropDownList from 1-10 so that the customer can only buy from 1-10 as Quantity of that particular product,
The problem is that in the code behind since the DropDownList is in a DataGridView I cannot access it directly therefore I can't user DropDownList1.Items.add("");
Any Suggestions please?
Thanks,
Regards Chris.