how to call web form in vb.net using (asp.net)
Posted
by maisara
on Stack Overflow
See other posts from Stack Overflow
or by maisara
Published on 2009-08-22T06:28:38Z
Indexed on
2010/03/22
13:01 UTC
Read the original article
Hit count: 764
I am beginer to ASP.Net. Can u tell how to call new page from the existing page. In VB.net by executing the statement "Form2.show()", New page will be loaded. In the same way how to load new page in ASP.Net ?
© Stack Overflow or respective owner