Click here to Skip to main content
15,909,948 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a form where a user can enter and submit data. I want it to keep the data that is submitted by the user on the form to where the user can click on the link to the form and still see their data. The question I have is that I am using auto populate for this method. Is that a good thing or should I use something else?
Posted
Comments
What do you mean by Auto Populate? From where you are populating?
Computer Wiz99 27-Nov-13 10:52am    
I am auto populating from the table the data has been saved to after it has been submitted.
Yes, that is the approach. You are doing right. :)
Computer Wiz99 27-Nov-13 10:56am    
Ok. Just wanted to make sure. Thanks. Can you check out my other question? My User Name Is Not Recognized by The System is not firing. Why? Thanks.
Okay, good. I am checking. Please mark Solution 1 as the answer. Thanks... :)

1 solution

Populating the data from the saved Database Table is the approach you should use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900