Code Comments
Programming Forum and web based access to our favorite programming groups.I'm currently working with an ASP page that populates rows based on a query for course data by using a DO WHILE NOT EOF loop. An improvement I'm adding is a dropdown populated by query which shows each course number, so that the user can populate that course page with data from a previous course. My question is: once the data from the previous course is populating the current course page (after being selected from the aforementioned dropdown), how can that data be saved to the current course's row in the table? I've tried pulling the result.querystring to get the CourseID of the current course, but for some reason the changes don't save. Would there be a better way to copy data from one row to another in a table? I am wanting the user to be able to preview the data as it populates the form fields before saving, if possible. If there's a good example online of this, that would be great. Thanks for any help you might be able to provide, Louis.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.