I'm just starting to use SQL and database calls on a web site I'm working on. I'm not too familar with how HTML/ASP handles them. Are there any web sites that show some examples of variable usage?
Right now my problem is simply, I've got a form on an ASP page that the user selects the line (in the table) that they want to modify.
Once they select it, the next ASP page displays the current values of the record they selected and has form fields to allow them to modify some of these fields.
The problem is I don't see how to pass the value from the form on the 1st page to the 2nd page without making the users type the line number in again.
Thanks for any help.
Right now my problem is simply, I've got a form on an ASP page that the user selects the line (in the table) that they want to modify.
Once they select it, the next ASP page displays the current values of the record they selected and has form fields to allow them to modify some of these fields.
The problem is I don't see how to pass the value from the form on the 1st page to the 2nd page without making the users type the line number in again.
Thanks for any help.