asp.net datasource problem
- by harold-sota
I'm insert a dropdwon list in datagrid on row editing. wen i run the project the datasource is not rekognized
<asp:TemplateField HeaderText="Lookup 1">
<EditItemTemplate>
<asp:DropDownList
ID="Loocup1DropDownList"
…