What is the difference between Eval() and Bind() ?


The Eval function is used to define one-way binding (read only).You can use the Eval method when the control will only display values.

 

The Bind function is used for two-way binding (read-write).You can use the Bind method when users can modify a data value – that is, for data edit/update/view scenarios called two-way databinding.

Advertisement

2 thoughts on “What is the difference between Eval() and Bind() ?

  1. krupalini bal June 4, 2011 / 11:55 am

    realy it is very simple for understanding.thanks.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.