Click here to Skip to main content
15,913,941 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
I know both used for binding data with database but I have some Professionals use Bind and some use Eval what is the difference
Posted

Eval is a one way binding.

Bind is two way binding.

If you bind a value using Eval, it is like a read only. You can only view the data.

If you bind a value using Bind, and if you do some change on the value it will reflect on the database also

Refer:http://msdn.microsoft.com/en-us/library/ms178366.aspx[^]
 
Share this answer
 
 
Share this answer
 
Comments
sravani.v 9-Nov-11 0:56am    
My 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900