L
Luqman
How can I open another WebForm in ASP.Net / VS 2005 without closing the
Current Webform.
I tried using Server.Transfer("Form2.Aspx",True) on Button_Click of Form1
but it close the current web form and opened the form2, and when I click on
the button on form2 which had Server.Transfer("Form1.Aspx"), the form1
initialized and all the values of form1 controls set to blank, any idea
please ?
My Form1 has some textboxes and a search Button. The Search Button is used
to open another form and search for particular Item Code, and then click on
that Item Code and come back to form1 without closing the form1.
Any idea please ?
Best Regards,
Luqman
Current Webform.
I tried using Server.Transfer("Form2.Aspx",True) on Button_Click of Form1
but it close the current web form and opened the form2, and when I click on
the button on form2 which had Server.Transfer("Form1.Aspx"), the form1
initialized and all the values of form1 controls set to blank, any idea
please ?
My Form1 has some textboxes and a search Button. The Search Button is used
to open another form and search for particular Item Code, and then click on
that Item Code and come back to form1 without closing the form1.
Any idea please ?
Best Regards,
Luqman