轉:在GridView中使用Cache

本篇技巧和訣竅記錄的是:使用GridView控件來綁定數據庫,利用緩存技術提升程序的性能。html //添加這個引用 using System.Data.SqlClient; protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { BindData(); } } p
相關文章
相關標籤/搜索