Multiple data binding properties on ASP.NET usercontrol
Posted
by Ali Kazmi
on Stack Overflow
See other posts from Stack Overflow
or by Ali Kazmi
Published on 2009-10-19T05:32:35Z
Indexed on
2010/05/06
22:48 UTC
Read the original article
Hit count: 369
Hi, How can I have multiple properties in my usercontrol that can be databound? For a single property I have found that DefaultBindingProperty Attribute does the trick but I have no idea on how to get databinding with multiple properties.
© Stack Overflow or respective owner