陋室铭
永远也不要停下学习的脚步(大道至简至易)

摘要: 今天看了一下同事写的分页代码 虽然效率不高 但是比我的简单多了数据量小的首选(别忘了定义gridview的pagesize)protected void LinkButton1_Click(object sender, EventArgs e) { GridView1.PageIndex = 0; BusinessWork BusinessWork = n... 阅读全文
posted @ 2006-10-17 15:36 宏宇 阅读(575) 评论(0) 推荐(0) 编辑
摘要: public int AddArticleModel(int articleID, string TitleText, string DescriptionText, DateTime CreateDate, string CreateUserText, int DepartmentText, string KeyWordText, int SetTopText) {... 阅读全文
posted @ 2006-10-17 13:15 宏宇 阅读(177) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Data.SqlClient; using System.Data; using System.Configuration; namespace DBUtility { public class SQLHelper { ... 阅读全文
posted @ 2006-10-17 13:12 宏宇 阅读(539) 评论(0) 推荐(0) 编辑