ibindabletemplate

Two-way databinding of a custom templated asp.net control

This question was originally about getting two-way binding to work at all, but due to lack of specific answers and otherwise progress along the way, I've been updating it - You can check the edit history, but I figured this is better for clarity. The code listing below allows a single object to be two-way databound to a templated contro...

form view and external IBindableTemplate

dear friends I would like to set the one template for edit/insert and view in my custom FormView control . But i got these odd exception Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.Table'. public class CustomFormView : FormView { [PersistenceMode(PersistenceMode.InnerProp...