I have Designed a webpage in asp.net using CSS file, now i want to set my this page as a Asp.net masterpage and then i want to inherit my other pages from this page

Here is a link on the asp.net site that explains how to create a master page. If you have an existing page, you need to add the @Master directive and create the content areas so the other pages that use the master page can contain their own content. Just add the reference to your CSS in the master page and the other pages will inherit the settings.

http://www.asp.net/web-forms/tutorials/master-pages/creating-a-site-wide-layout-using-master-pages-vb

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.