Creating and Using Own Templates using ASP

when ever the scripts on your pages will become complex, templates are the best solution. working on asp templates is quite easy, 1. stick to page layout eg:. pregare a static html page with your requirements 2. change the content part of each division to one standard identification string eg:. <div id='leftpanel'> <ul> .. .. ..

Created By : adrevol