会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿文sky
博客园
首页
新随笔
联系
订阅
管理
2016年5月23日
asp.net <%%> <%#%><%=%><%@%><%$%>用法与区别
摘要: 1.<% %>用来绑定后台代码 如: < % for(int i=0;i<100;i++) { Reaponse.Write(i.ToString()); } %> 2.<%# %> 是在绑定控件DataBind()方法执行时被执行,用于数据绑定 如: < %# Container.DataItem
阅读全文
posted @ 2016-05-23 10:38 阿文sky
阅读(292)
评论(0)
推荐(0)
公告