I'm requiring a user to enter data into various text boxes on a form. All is within a Try/Catch which simply shows a message box if they try to submit the data without filling out all of the fields. Right now, all the text boxes clear and the focus reset to the first box when the catch executes.
How do I retain all the already entered data in the text boxes so the user does not have to re enter everything when this happens? Should I use something other than a Try/Catch?
Thanks
How do I retain all the already entered data in the text boxes so the user does not have to re enter everything when this happens? Should I use something other than a Try/Catch?
Thanks