?? 刪除列事件.txt
字號:
private void DataGridEx1_DeleteCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
//刪除
try
{
ProductObj ob=(ProductObj)Session["ZW_PRODUCT_BASIC_DATA"];//對象類
if(this.m_baseDataLogic.DeletePriceTypeBookSing(e.Item.Cells[5].Text,ob.Product_ID))
{
this.Bind_dgPrice("");
CustomValidator3.IsValid=true;
}
else
CustomValidator3.IsValid=false;
}
catch(Exception ep)
{
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -