
小例子代码
cbting
这个作者很懒,什么都没留下…
展开
-
按标题或内容搜索
//搜索按钮 protected void Ibtnsearch_Click(object sender, ImageClickEventArgs e) { string key = Textkey.Text.Trim(); string action = Radtitle.Checked ? "bytitle" : "byconent"; ...2009-05-14 21:07:05 · 370 阅读 · 0 评论 -
取出新闻标题.内容.时间的代码!
public newsModel SelectNew(string id) { newsModel nm = new newsModel(); DataTable dt = new DataTable(); string sql = "SelectNew"; SqlParameter[] para = n...2009-05-15 11:33:52 · 270 阅读 · 0 评论 -
删除评论
#region 删除评论 /// <summary> /// 删除评论 /// </summary> /// <param name="id"></param> /// <returns></returns> public bool Delete(st2009-05-15 14:38:30 · 578 阅读 · 0 评论 -
添加新闻及判断验证码的问题
#region 添加评论 /// <summary> /// 添加评论 /// </summary> /// <param name="c"></param> /// <returns></returns> public bool Insert(Comm2009-05-15 23:09:08 · 145 阅读 · 0 评论