How to use web templates in my asp.net project?
Question: How to use web templates in my asp.net project?
( Back )
Answer #1:
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..
** Powered by Yahoo Answers