Hi all,

I'm new to Asp page. I have an Asp page which displays the results of a query from SQL server. This works good. The data I'm displaying is in a table format.

What I want to do, is to have a command button at the end of each row. So when the user clicks on the button a different asp page should open up with text boxes where I could change or add value, and then save it to the database (in SQL Server).

How do I create the command button, so that it is linked to a particular row, and when the values are changed/added how does it update that particular row.

I hope I'm explaning myself clearly.

Thanks,

Reggie