yelp
08-28-2006, 05:00 PM
Hi all.
I was wondering how the Bidirectional data binding functionallity for web pages has been changed since .NET 2.0. In previous version you had something like that: (from Spring reference):
[Binding("Text", "UserInfo.Email")]
protected TextBox email;
Currently there are no fields like that in the partial class we have access to, because current framework creates the rest of the class at compile time.
My question is, how do we set up data binding now?
Thank you in advance,
yelp
I was wondering how the Bidirectional data binding functionallity for web pages has been changed since .NET 2.0. In previous version you had something like that: (from Spring reference):
[Binding("Text", "UserInfo.Email")]
protected TextBox email;
Currently there are no fields like that in the partial class we have access to, because current framework creates the rest of the class at compile time.
My question is, how do we set up data binding now?
Thank you in advance,
yelp