I have bound buttons on an datagrid on an aspx page.
The buttons contain information from a table in an access database.
When I click on a button it opens another aspx page on which I want to display all the details associated with this button.
I have got the correct SQL query working on the second aspx page.
First of all i want to just display this information on e.g. a screen with labels and text boxes.
The next stage would be to click on an 'edit' button and be able to edit these text boxes and update the table
What is the best/easiest way to display this information
The buttons contain information from a table in an access database.
When I click on a button it opens another aspx page on which I want to display all the details associated with this button.
I have got the correct SQL query working on the second aspx page.
First of all i want to just display this information on e.g. a screen with labels and text boxes.
The next stage would be to click on an 'edit' button and be able to edit these text boxes and update the table
What is the best/easiest way to display this information