| Well, sort of...Those of you who have worked with Microsoft's long forgotten web class technology understood the advantages of using HTML templates from within your web class COM object. However, the overhead that comes with using the web class runtime was unacceptable. So, what's a developer to do? Here's a real scaled down version of how to write an ASP page along with its corresponding HTML page and merge them together at runtime bringing the values captured/populated in ASP into the appropriate HTML controls/areas. Beware, that this methodology does come with a cost in performance. Used wisely, it can be a great benefit for pages that have considerable HTML complexities and only a few places for ASP variables. Over used, and performance could suffer noticeably... |