摘要: Repeater - 重复器五个模板:HeaderTemplate - 在最上面,显示一次FooterTemplate - 最下面,显示一次ItemTemplate - 在中间,显示n次AlternatingItemTemplate - 在中间,显示n次SeperatorTemplate - - ... 阅读全文
posted @ 2015-08-24 23:17 tianqi123 阅读(217) 评论(0) 推荐(0)
摘要: 一般文件代码 public void ProcessRequest (HttpContext context) { //获取主见值 string s = context.Request["uid"].ToString(); //定义 集合item 为空 ... 阅读全文
posted @ 2015-08-24 22:59 tianqi123 阅读(234) 评论(0) 推荐(0)
摘要: 一般处理程序文件 代码using System;using System.Web;using System.Linq;using System.Data.Linq;using System.Text;public class Xialaliebiao : IHttpHandler { priv... 阅读全文
posted @ 2015-08-24 22:48 tianqi123 阅读(238) 评论(0) 推荐(0)
摘要: 一般程序文件代码using System;using System.Web;using System.Linq;using System.Data.Linq;public class Shanchu : IHttpHandler { private MydbDataContext _Conte... 阅读全文
posted @ 2015-08-24 22:31 tianqi123 阅读(294) 评论(0) 推荐(0)