how can i call multiple webforms on a aspx page

Posted by Megan00 under ASP.NET on 7/26/2012 | Points: 10 | Views : 2079 | Status : [Member] | Replies : 3
Professionals:

how can i call multiple webforms on a aspx page....
e.g in php include (location : 'abc.php');

Thanks in advance!

Never give up! Smile to the world!
http://excelcsharp.blog.com/



Responses

Posted by: Johnbhatt on: 7/27/2012 [Member] Starter | Points: 25

Up
0
Down
One way to include a Web form is through Web User Control, but I dont know any method to include whole server page into another Page.

John Bhatt
Glad to Know, Free to Share.....
http://www.johnbhatt.com

Megan00, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: hareeshkumarkr-16190 on: 7/28/2012 [Member] Starter | Points: 25

Up
0
Down
hi,


You can use like this Server.Execute("filename.aspx")



Megan00, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Megan00 on: 7/29/2012 [Member] Starter | Points: 25

Up
0
Down
Thanks,professional. Happy to learn more from u.

Never give up! Smile to the world!
http://excelcsharp.blog.com/

Megan00, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response