I know this might sound dumb or you might think that its pointless, but I need to do it this way. So here it goes, is there any way of placing a master form inside other master form's content place holder (or another kind of object)?

You are asking about Nested Master Pages feature of ASP.NET.

Master pages can be nested, with one master page referencing another as its master.

Visit this link: Nested ASP.NET Master Pages. It explains about nested master pages in detail with sample code.

Also visit these links.
http://weblogs.asp.net/scottgu/archive/2007/07/09/vs-2008-nested-master-page-support.aspx
http://www.codeguru.com/csharp/csharp/cs_network/internetweb/article.php/c12621/
http://www.aspfree.com/c/a/ASP.NET/Creating-a-Nested-Master-Page/

thats exactly what I was loking for, tanx =)

Hi cavpollo,

Mark this thread as solved if your question is answered.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.