3
Shouts

Asp.net Eval() and Bind() expressions in data bound controls like GridView and DetailsView

published 100 days, 23 hours, 28 minutes ago posted by sangam100sangam100 110 days, 4 hours, 12 minutes ago
Monday, March 11, 2013 9:27:41 AM GMT Saturday, March 02, 2013 4:43:36 AM GMT

The asp.net Eval() and Bind() expressions are heavily used in asp.net GridView and DetailsView data bound controls. The difference between these two is that Eval is used for read only purpose and Bind is used for read/edit purpose. For example Eval can be used to bind the Text property of an asp.net Label control whereas Bind can be used to bind the asp.net TextBox control so that it can be edited to meet some requirement. Of course, asp.net GridView and DetailsView controls make large use of these Eval and Bind expressions. And I have put some cases here.

category: How To | clicked: 12 | | source: dotnetspidor.blogspot.com | show counter code
tags:

No comments yet, be the first one to post comment.

To post your comment please login or signup