Hi,
Am using VB.NET.
I have a search page in one form(Search.vb) and another form(Form1.vb) to display the details of selected data from the search form.
I already have back button in Form1.vb which returns to some other form say (Action.vb).
In case of searching data it returns to Form1 to modify the selected data, In this case if i press the back button in Form1.vb it should return to search.vb with the details that i entered for searching.
How can i do this in VB.NET?
Is there any way to save and restore the form whenever needed with its details?
Thanks :-)