textbox input
-
hi guys, how don't textbox inputs get deleted once going 1 form to another? I created 2 form. Once I click next button to go 2nd form and click previous button to come back , I see all inputs at textboxes are gone. How can we save inputs at switching forms? thanks.
-
hi guys, how don't textbox inputs get deleted once going 1 form to another? I created 2 form. Once I click next button to go 2nd form and click previous button to come back , I see all inputs at textboxes are gone. How can we save inputs at switching forms? thanks.
-
hi guys, how don't textbox inputs get deleted once going 1 form to another? I created 2 form. Once I click next button to go 2nd form and click previous button to come back , I see all inputs at textboxes are gone. How can we save inputs at switching forms? thanks.
You need to do form reset programatically per your need because the form will not get reset/reloaded as it run first time with blank inputs. It will happen in ASP.net with post back concept which is not applicable in forms application. So you can either make form reset when you move next or come back on first form.