文章分类 -  ADO.NET

Gridview操作 -- 全选/反选/删除
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--Gridview全选删除操作protectedvoidButton2_Click(objectsender,EventArgse){if(Button2.Text=="全选"){foreach(G... 阅读全文

posted @ 2008-09-18 23:37 snowleopard 阅读(169) 评论(0) 推荐(0)

DataList Repeater 分页 -- 使用 PagedDataSource
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--用PagedDataSource类实现DataList分页Asp.net提供了三个功能强大的列表控件:DataGrid、DataList和Repeater控件,但其中只有DataGrid控件提供分... 阅读全文

posted @ 2008-09-18 23:36 snowleopard 阅读(112) 评论(0) 推荐(0)

数据访问类 -- DbHelperSQL
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;us... 阅读全文

posted @ 2008-09-18 23:35 snowleopard 阅读(256) 评论(0) 推荐(0)

数据访问类 -- OLEDB
摘要:CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;us... 阅读全文

posted @ 2008-09-18 23:35 snowleopard 阅读(158) 评论(0) 推荐(0)

导航