What's the difference between <#eval and <#bind in asp.net

前端 未结 7 826
天命终不由人
天命终不由人 2020-12-31 01:09

In a gridview, we can use <%#Eval%> or <%#Bind%> to output values from a database. What is the difference between them?

相关标签:
7条回答
  • 2020-12-31 01:59

    I think there is no difference in both. We can use Eval as well as Bind for all operations like insert, update and delete as well as select. Because I have work with both and it works fine in both scenarios.

    0 讨论(0)
提交回复
热议问题