Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying Bound Information

Status
Not open for further replies.

ajap99

Programmer
Dec 9, 2004
18
GB
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 following URL shows you how to replace all controls with labels therefore creating a "read-only" page:


This would be one example of how it could be done.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top