ASP.NET
rocy520
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
从 ASP.NET 服务器控件插入客户端脚本
(1)动态改变外观 (2)脚本检验数据 一、在页面中写上javascript的函数: function test(){ alert("this is test!!"); } function test2(){ var state = confirm("是原创 2007-02-12 11:10:00 · 824 阅读 · 0 评论 -
ASP.NET数据绑定
1 Page.DataBind()2 绑定到集合ArrayList myarraylist=new ArrayListDataGride mydatagridmyarraylist.add("hello");mydatagrid.DataBind();3 绑定到表达式+20=4 绑定到方法 5 绑定到 DataView mydatagrid原创 2007-02-13 14:18:00 · 765 阅读 · 0 评论
分享