Dear friends i am making an online e book store as my project in asp.net Visual studio 2008. I have downloaded few web templates from internet i want to know how can i use web template in my project.
Pls. guide
thanks in advance.
web templates usually have html, css stylesheet, images etc.. they are blueprint of your pages also called as mockup.
if you like any template, you can copy them on to .aspx pages. you can use those region where you want to show your content. if you are loading those from database, use .net controls to load.
you can use asp.net master pages or user controls if you want to share that mockup on other pages…
i hope me & you are in same track. i dont know if there is anything else called templates..

