There are few web-pages in my project which have exactly the same header and footer and button controls.
How can i create a common Parent Form (which actually wont be browsed ever) which can be inherited in all the child forms so that I donot have to design the header, footer, buttons in each of them and do not have to code their everytime in their code-behind.