chris Burgess
2008-02-26 15:52:18 UTC
I have a 'Person' object with 2 properties (name, age).
I want to bind these properties to textboxes on an ASP.NET page
(NameTB, AgeTB). Is there a way to do this that is similar to the
simple data binding methods used in a Winform (using the Binding
object)?
So far, I've only been able to setup INotifyPropertyChanged, and
handle this through event calls.
Thanks!
Chris
===================================
This list is hosted by DevelopMentor® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
I want to bind these properties to textboxes on an ASP.NET page
(NameTB, AgeTB). Is there a way to do this that is similar to the
simple data binding methods used in a Winform (using the Binding
object)?
So far, I've only been able to setup INotifyPropertyChanged, and
handle this through event calls.
Thanks!
Chris
===================================
This list is hosted by DevelopMentor® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com