I have a website that asks the user a few questions after signing into the system. The page is built in ASP.Net. Is there a way to pre-populate certain questions if the user already went through the website and answered questions?
Say the first time they go through and answer question 1 (drop-down), question 2 (text field) and question 3 (radio-button). If they enter the site again, can I pre-populate these questions with the answers they chose? I'm storing these values in a database as they go through the site.
Any ideas?
Start Free Trial