P
Paul
Hi I have a gridview with several template columns and a few command button
columns, column 1 and 2 are dropdown boxes, column 3 is a checkbox and column
4 is a text box, followed by command button columns. These are all for data
entry and although I am populating the dropdown list boxes with an
objectdatasource so the user can provide a selection, I am not binding the
gridview to anything. The command buttons again are for the user to be able
to edit existing rows, delete and add new rows. The problem is that when the
page first loads the gridview does not show up since I do not need to bind it
to a datasource, although I am binding the two dropdown boxes to datasources.
Just wondering if there is a way to make the grid visible when the page
loads?
columns, column 1 and 2 are dropdown boxes, column 3 is a checkbox and column
4 is a text box, followed by command button columns. These are all for data
entry and although I am populating the dropdown list boxes with an
objectdatasource so the user can provide a selection, I am not binding the
gridview to anything. The command buttons again are for the user to be able
to edit existing rows, delete and add new rows. The problem is that when the
page first loads the gridview does not show up since I do not need to bind it
to a datasource, although I am binding the two dropdown boxes to datasources.
Just wondering if there is a way to make the grid visible when the page
loads?