2
Answers

Two Way Data Binding Using Asp.net and C#

Prakhar Garg

Prakhar Garg

10y
850
1
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)