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.
Syntax For Using :
<%# Eval("Variable")%>
Here Variable is the Name Of Parameter U Want to Pass...
Syntax For Using :
<%# Eval("Variable")%>
Here Variable is the Name Of Parameter U Want to Pass...
No comments:
Post a Comment