Hi,
I would like to put a drop down menu in a gridview with the datatype
selected from the SQL database.
These are the values will show.
red
orange
white
green
It shows the selected on the drop down list.
Currently, I'm query a SQL statement and put these in gridview using
datasource, datatable & sqladapter to show text.
Any help for drop menu?
I would like to put a drop down menu in a gridview with the datatype
selected from the SQL database.
These are the values will show.
red
orange
white
green
It shows the selected on the drop down list.
Currently, I'm query a SQL statement and put these in gridview using
datasource, datatable & sqladapter to show text.
Any help for drop menu?
Comment