I am creating a website in asp.net in which I want to use template page so that modification is to be done at single place. Could you tell me please from where I can get already existing template file and how to use it in my website. Thanks.
Here's some tutorials on using master pages in ASP.Net: http://www.asp.net/Learn/master-pages/ Now that you have a basic understanding of master pages here are templates that you can install in Visual Studio: http://msdn.microsoft.com/en-us/asp.net/aa336613.aspx -Jim