I need suggestions - 2/2/2007 10:09:09
Iam doing a contact form in ASP. I have configuration fil where i specify the formfields. from there to a contact form i display the formfields. I can enter the data to the fields for e.g. Name, age,email. I have written code for submitting the data to a field in the database(SQL SERVER 2000) using comma ',' as delimiters. Iam able to fetch the data also from DB. Now my issue is when i navigate again to this particular contact form with a query string being passed, Iam not able to display the appropriate data to the dynamically created form fields. Can anyone give your suggestions on how i achieve this.