turlough
08-15-2002, 02:04 PM
Greetings!
I need help. I am not sure exactly how to do something and I know one of you guys does. Or you can tell me where an example of this is and I will reverse engineer it for myself!
Here is the situation.
I am building a table in an asp from data in a table. One of those fields is a description field. I want to allow the user to edit and update that field from within the table.
I figured out how to make it a text input and put the data from the database into the text field in the table data spot. That's wasn't tough. The question is this, how do I create a button, in a later cell in the table in the same row as the edited field, that is the Update button? When they push this button, it updates that data in the database.
I am also trying to have one asp that runs all of the database functions like this and then goes back to the first page (with a redirect). I can't figure out how to dynamically create the button and send the data from the input text to the second page.
Any help would be appreciated!
Thanks!
turlough
I need help. I am not sure exactly how to do something and I know one of you guys does. Or you can tell me where an example of this is and I will reverse engineer it for myself!
Here is the situation.
I am building a table in an asp from data in a table. One of those fields is a description field. I want to allow the user to edit and update that field from within the table.
I figured out how to make it a text input and put the data from the database into the text field in the table data spot. That's wasn't tough. The question is this, how do I create a button, in a later cell in the table in the same row as the edited field, that is the Update button? When they push this button, it updates that data in the database.
I am also trying to have one asp that runs all of the database functions like this and then goes back to the first page (with a redirect). I can't figure out how to dynamically create the button and send the data from the input text to the second page.
Any help would be appreciated!
Thanks!
turlough