My problem is that I am displaying an entire table from an sql server table, in my asp form, using text fields. I want the user to be able to update anything in the table by simply changing a value in the text field and then pressing a button which will run sql and update the table row that was altered. I am using putting a different number at the end of each text field name so that I know which one is being changed. The problem occurs here: once the user actually changes the value, I was going to have it pass the new row values to another page and then run the sql from the 2nd page. But I think I would have to 'submit' the form so that the new values are passed, right????However, if I do that, the original values are put in the text boxes because they are being generated from result sets....any help would be appreciated