Click here to Skip to main content
16,017,857 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to ask question
i know bind is 2 way binding
&& eval is read only
is that mean eval is more performance than bind

&& Container.DataItem is more perfomnce than the 2 or the same
Posted

Eval() and Bind() expressions are heavily used in asp.net GridView and DetailsView.
The difference between these two is that Eval is used for read only purpose and Bind is used for read/edit purpose. as eval is only readonly it is faster than bind (as bind support read/edit)

Eval vs Bind[^]
 
Share this answer
 
Hi md_refay,

EVAL()and Bind()

i hope it helps you and any more queries reply me.
Have a good time!!!
 
Share this answer
 

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