Categories
ASP.NET Software Engineering

Dynamically loading an IBindableTemplate

Want to dynamically load your two-way data bound templates rather than having to specify them inline? Well, unfortunately there’s no LoadBindableTemplate method in ASP.NET 2.0, but I’ve described a possible workaround at http://www.developerfusion.co.uk/show/4721/.

I also demonstrate how you can use this to load one portion of a two-way data bound template from one file (ie a common set of input fields), and then a second portion from elsewhere.

Comments welcome, as always.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.