Two-way databinding of a custom templated control. Eval works, but not Bind.
- by Jason
I hate long code snippets and I'm sorry about this one, but it turns out that this asp.net stuff can't get much shorter and it's so specific that I haven't been able to generalize it without a full code listing.
I just want simple two-way, declarative databinding to a single instance of an object. Not a list of objects of a type with a bunch of…