DataBinder.Eval and Eval.

  • Thread starter Thread starter craigkenisston
  • Start date Start date
C

craigkenisston

In asp.net 1.x we used something like
DataBinder.Eval(Container.DataItem, "FieldName") for binding data.

Now, in asp.net 2.0 I see a lot of "Eval( fieldname )" and not the
older format.
I guess they are equivalent, but I can't find information about the
difference.
I suspect the new Eval does not work exactly the way the old
DataBinder.Eval used to work.
 
For the most part, they are the same..they just decided to make it so we had
to type less :)

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top