M
Mark
G'day,
I'm having trouble switching from asp to asp.net, and i'm trying to
create a list from a database using a datagrid but i'm not sure how to
go about it.
i need a grid that displays two coloumns from a databasem, and three
other coloumsn that have dropdown boxs that the user can change. Then
hit save at the bottom and update the database.
| firstname | last name | property1 | property2 | property3 |
I can get the data from the database and update it, but not build the
datagrid itself. I'm used to the old style asp where you build the html
table manually.
But i can't work out how to bind two datagrid coloumns, put
dropdownboxes in the three other coloumns and then on click of the
button at the bottom, get these values for putting in the database!
Thanks for any help!
I'm having trouble switching from asp to asp.net, and i'm trying to
create a list from a database using a datagrid but i'm not sure how to
go about it.
i need a grid that displays two coloumns from a databasem, and three
other coloumsn that have dropdown boxs that the user can change. Then
hit save at the bottom and update the database.
| firstname | last name | property1 | property2 | property3 |
I can get the data from the database and update it, but not build the
datagrid itself. I'm used to the old style asp where you build the html
table manually.
But i can't work out how to bind two datagrid coloumns, put
dropdownboxes in the three other coloumns and then on click of the
button at the bottom, get these values for putting in the database!
Thanks for any help!