悉野小楼

导航

2009年2月8日

~为服务器端根目录符

摘要: Web application root operator (~), The ~ operator is recognized only for server controls and in server code. 见msdn中~/ 阅读全文

posted @ 2009-02-08 20:44 悉野 阅读(169) 评论(0) 推荐(0)

ObjectDAtaSource插入时改变参数再插入

摘要: ObjectDataSource1.InsertParameters[“paremeterName”].DefaultValue = value; ObjectDataSource1.Insert(); 阅读全文

posted @ 2009-02-08 15:06 悉野 阅读(208) 评论(0) 推荐(0)

GridView列标题修改

摘要: GridView列标题修改成自己想要的 用GridView.Columns[0].HeaderText = "", 行不通 到网上找了下,应该是先绑定,再用GridView.HeaderRow.Cells[n] 阅读全文

posted @ 2009-02-08 13:05 悉野 阅读(501) 评论(0) 推荐(0)