When user start editing row in gridview he see next:

Is it possible to put dropdownlistbox with data from db in editbox?
GridView get data from DB. Autogeneratecolumns = true.
My GridView take data from different tables.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ya it is possible you have to set EditItemTemplete field in Grid view. Consider the following like which contain same answer.
Grid View EditItemTemplete
In this article there has been shown that how to appear dropdownlist in edit mode of grid view…