
January 25th, 2002, 07:09 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
ASP.NET Templates
Originally posted by : Eric (efalsken@animetsunami.com)I've successfully implemented templates in a server control (derived from WebControls.Panel), and I've provided templates for it. But I'm limited to either loading them from the file system or specifying them in the aspx file. What if I wanted to load them from a database and populate the template behind-the-scenes instead?From my research, it appears that I would have to implement ITemplate and the InstantiateIn method. THose are scarry. Has anyone implemeneted their own ITemplate object yet?
|