0
後,我想通過調用取消立刻自動取消GridView的編輯功能:執行取消命令編輯被壓在GridView控件
protected virtual void GridView1_OnRowEditing(object sender, GridViewEditEventArgs e)
{
//cancel gridviews edit
//hide the visibility one one panel and show the visibility of another populated panel
}
我該怎麼辦呢?
使用鏈接按鈕並點擊該按鈕,將其重定向到其他頁面,因爲您有編輯頁面。 – rach
如果您正在進行重定向,您爲什麼需要取消興趣? – Chris
對不起,我沒有做重定向。我隱藏了一個面板的可見性,並顯示了另一個面板的可見性。 – endr3am