摘要: using System.ComponentModel;using System.Web.UI;[assembly: TagPrefix("Jinlong.Control", "Jinlong")]namespace Jinlong.Control{ /// /// JRepeater控件 /// Create by Jinlong Zhang /// [DefaultProperty("Text"), ToolboxData(" ' EnableViewState=\"false\"/> 阅读全文
posted @ 2013-12-29 17:37 microsoftzhcn 阅读(628) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.Text;namespace Gzcms.Common{ public class CreateTable { public static DataTable getTable() { //1.创建 datatable DataTable dt = new DataTable("datatable");//可以给表创建一个名字,datatable ... 阅读全文
posted @ 2013-12-29 16:03 microsoftzhcn 阅读(21873) 评论(1) 推荐(1) 编辑