forum

Home / DeveloperSection / Forums / Databinding problem

Databinding problem

Royce Roy153927-Aug-2014

Is it possible to do data binding on the fields of an object just like in WPF?

Something like this:

<TextBlock Text="{Binding ElementName=lbColor}" />

just for an asp:TextBox element. What I want is that on submit to have the new values inside the binded object and I don't want to manually read and set the values.


Updated on 27-Aug-2014

Can you answer this question?


Answer

1 Answers

Liked By