码迷,mamicode.com
首页 > 其他好文 > 详细

<%#Eval("")%> <%=%>

时间:2017-08-20 14:07:02      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:arp   htm   server   type   word   keyword   ext   idt   string   

  asp.net 中<%#Eval("")%><%=%>区别。

 <%#Eval("")%> 是绑定服务端数据的。

例如:<asp:TextBox runat="server" ID="txtscore" Text=‘<%# Eval("score")%>‘  Width="100px"></asp:TextBox> //score是后台查出的字段名称。

<%=%> 是绑定客户端数据的。

例如:c# code:string teststr="hello world";

  html:<input type="text" value="<%=teststr%>">

 

<%#Eval("")%> <%=%>

标签:arp   htm   server   type   word   keyword   ext   idt   string   

原文地址:http://www.cnblogs.com/longdb/p/7399674.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!