Prakhar Garg

Prakhar Garg

  • NA
  • 66
  • 25.5k

Two Way Data Binding Using Asp.net and C#

Oct 8 2014 12:45 AM
I want to learn two way data binding using c# and asp.net by using the following things
 
[Bindable(BindableSupport.Yes, BindingDirection.TwoWay)]

 Text ='<%# Bind("FirstName") %>'
 
I want to learn from basic
 

Answers (2)