How to databind a drop down field of a gridview

develauper

New member
Joined
Jun 22, 2015
Messages
2
Programming Experience
Beginner
I have a gridview in which I am going to insert new data into my database. I have switched my textbox of one of my gridview fields to a drop down field and I am not sure how to data bind that field to insert into the table (the dropdown field is referring to a validator and is required in order to insert new information).

Any help is awesome, I am just not sure how to do it.
 
Back
Top Bottom