Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello

pls guid me. i have one query

can i open a child web page in parent web page without distrubing data of parent web page.
eg. in vb6.0 we have many child forms under one parent form [mdi] simillary that

is there is any artical on this .

thanks you
Posted
Comments
nagendrathecoder 26-Jul-10 7:01am    
Reason for my vote of 1
Repeated question.

1 solution

Yes, Its called 'Master Pages and Content Pages'.

You can read the following articles to get the idea...

ASP.NET 2.0 Master Pages[^]

Inside Master Pages[^]

Interaction Between Content Page and Master Page[^]

or refer the MSDN Article[^] for more in-depth idea.
 
Share this answer
 
Comments
raeeschaudhary 12-Jun-13 6:40am    
Master paging is concept like this, on the other ways a webform can not reside in another webform
Rutvik Dave 12-Jun-13 9:45am    
Basically a 'Master Page' itself is a Webform. Even the user control file with .ascx extention is a Webform. It just changes the order in which they get rendered as HTML.
so Yes, a Webform can reside inside another Webform.

Webform is a 'technology' and not a file with .aspx extension.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900