Hi;
I am designing a webform that has a link to another web form. When i click the link i want to open the second form without closing the first one.
(Respons.Redirect) open the second webform on the same page.
i need your help .......
Regards;;;
Loading
Mahesh ChandPosted Dec 14, 2005, 2:12 PM
YES, this is not possible by having two seperate pages (aspx). However, you can create two web controls (ascx) and host on a single page (aspx) and when you click on first control, you can display the second control on the same page.