2011年11月17日
摘要: 普通方式之增删改查,如:View Code public partial class Index : System.Web.UI.Page { Linq.Linq_I_TableDataContext Li; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { GetBind(); GetId(); } } ... 阅读全文
posted @ 2011-11-17 00:51 SatanLucifer 阅读(155) 评论(0) 推荐(0) 编辑