Prakhar Garg

Prakhar Garg

  • 2.1k
  • 66
  • 24.2k

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)