日本国产亚洲-日本国产一区-日本国产一区二区三区-日本韩国欧美一区-日本韩国欧美在线-日本韩国欧美在线观看

當前位置:雨林木風下載站 > 技術開發教程 > 詳細頁面

DataGrid經常見處理方案:在分頁狀態下刪除紀錄的問題

DataGrid經常見處理方案:在分頁狀態下刪除紀錄的問題

更新時間:2022-05-08 文章作者:未知 信息來源:網絡 閱讀次數:

在使用DataGrid分頁的時候,正常情況下,綁定數據庫列表紀錄時會自動產生分頁的效果,然而我發覺在刪除紀錄的時候總會發生"無效的 CurrentPageIndex 值。它必須大于等于 0 且小于 PageCount。"的異常,其實解決這個問題很簡單,我們要做的就是在DataGrid1_DeleteCommand事件中判斷CurrentPageIndex的值,并根據不同的結果來綁定DataGrid。

//檢索數據庫的函數
public DataSet GetZcbd()
{
try
{
DataSet ds=new DataSet();
string searchString="select id,yy,bj from zc";
da=new OleDbDataAdapter(searchString,conn);
da.Fill(ds,"yy");
return ds;
}
catch
{
return null;
}

}

//綁定DataGrid
private void BindGrid()
{
DataSet ds = new DataSet();
ds = us.GetZcbd();
if (ds!=null)
{
this.DataGrid1.DataSource = ds;
this.DataGrid1.DataBind();
}
else
{
msg.Alert("加載數據錯誤!",Page);
}
}

//刪除數據庫紀錄函數
public string DeleteZcbd(int bdID)
{

int count = this.IfExiseZysx(bdID);//不必理會次句,默認count=1
if (count <= 0) return "false";
else
{
string sqlStr = "delete from zcwhere id="+bdID;
OleDbCommand cmd = new OleDbCommand(sqlStr,conn);

conn.Open();

try
{
cmd.ExecuteNonQuery();
return "true";
}
catch(Exception e)
{
return e.Message.ToString();
}
finally
{
conn.Close();
}
}
}

// DataGrid1_DeleteCommand事件修改函數
private void DataGrid1_DeleteCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
int bdID = int.Parse(DataGrid1.DataKeys[(int)e.Item.ItemIndex].ToString());
string isDel = us.DeleteZcbd(bdID);
int CurrentPage = 0;
if (isDel == "true")
{
if(this.DataGrid1.CurrentPageIndex == this.DataGrid1.PageCount -1)
{
if (this.DataGrid1.CurrentPageIndex == 0)
{
this.DataGrid1.CurrentPageIndex = this.DataGrid1.PageCount -1;
}
else
{
if (this.DataGrid1.Items.Count % this.DataGrid1.PageSize == 1)
{
CurrentPage = 2;
}
else
{
CurrentPage = 1;
}
this.DataGrid1.CurrentPageIndex = this.DataGrid1.PageCount - CurrentPage;
}
}
this.BindGrid();
}
else
{
msg.Alert("刪除數據錯誤!",Page);
}

}
注釋:msg為一個類似WinForm的messagebox對話框,不必理會。可以使用label.Text代替




溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

主站蜘蛛池模板: 精品国产午夜久久久久九九 | 国产毛片久久精品 | 久久精品大片 | 国产亚洲一区二区三区不卡 | 毛片在线免费 | 樱井莉亚在线播放 | 99青青青精品视频在线 | 伊人久久大香线蕉综合影 | 你的奶好大摸得我好爽 | 99re久久| 国产精品激情福利视频 | 国产免费看片 | 婷婷综合久久中文字幕 | 西野翔有码中文字幕在线 | 天天澡夜夜澡狠狠澡 | 日本欧美一区二区 | 猫咪www免费人成网站 | 亚洲精品色 | 天天舔天天干天天操 | 成人欲涩漫h漫免费动漫 | 99热免费 | 日韩欧美在线不卡 | 国产高颜值露脸在线观看 | 欧美日韩第三页 | 最近中文字幕在线 | 中文 | 国产日韩亚洲欧洲一区二区三区 | 伊人色综合久久成人 | 99热久久久久久久免费观看 | 高清国产美女一级毛片 | 免费的毛片视频 | 欧美日韩国产三级 | 亚洲第一中文 | 欧美不卡精品中文字幕日韩 | 天天色天天操天天 | 精品国产区一区二区三区在线观看 | 中文字幕国产欧美 | 激情影院免费 | 国产福利视频一区美女 | 欧美一区福利 | 国产精品v欧美精品v日本精 | 日韩网站在线 |