知识大全 DataGrid Web Control 基本操作

Posted

篇首语:提兵百万西湖上,立马吴山第一峰!本文由小常识网(cha138.com)小编为大家整理,主要介绍了知识大全 DataGrid Web Control 基本操作相关的知识,希望对你有一定的参考价值。

DataGrid Web Control 基本操作  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!

  dgCategory是用于显示类别表的DataGrid    自动分页 AllowPaging= TRUE!!!!    private void dgCategory_PageIndexChanged(object source System Web UI WebControls DataGridPageChangedEventArgs e)        dgCategory CurrentPageIndex=e NewPageIndex     dgCategory DataBind()         排序 默认按 PKId 排序    private void dgCategory_SortCommand(object source System Web UI WebControls DataGridSortCommandEventArgs e)        string SortOrder=e SortExpression ToString()     BindData(SortOrder)         private void BindData(string SortOrder)        ProductSystem productSys=new ProductSystem() //底层数据接口    CategoryData categorySet=productSys GetCategories( ) //底层数据接口 返回ID为 的Category    DataView   categoryView=categorySet Tables[CategoryData CATEGORIES_TABLE] DefaultView     categoryView Sort=SortOrder     lblTitle Text= 按 +SortOrder+ 排序     dgCategory DataSource=categoryView     dgCategory DataBind()         private void Page_Load(object sender System EventArgs e)        BindData( PKId )         编辑 更新 取消     private void dgCategory_EditCommand(object source System Web UI WebControls DataGridCommandEventArgs e)        dgCategory EditItemIndex=e Item ItemIndex     BindData( PKId )         private void dgCategory_CancelCommand(object source System Web UI WebControls DataGridCommandEventArgs e)        dgCategory EditItemIndex=     BindData( PKId )         private void dgCategory_UpdateCommand(object source System Web UI WebControls DataGridCommandEventArgs e)        string strUpdate=     strUpdate+= PKId= +((TextBox)e Item Cells[ ] Controls[ ]) Text+     strUpdate+= ParentId= +((TextBox)e Item Cells[ ] Controls[ ]) Text+     strUpdate+= Description= +((TextBox)e Item Cells[ ] Controls[ ]) Text+     strUpdate+= IsLeaf= +((TextBox)e Item Cells[ ] Controls[ ]) Text+     try        CagegorySet ExecuteUpdate(strUpdate) //需要后台提供更新的接口    dgCategory EditItemIndex=         catch        Response Write( < script language= javascript >alert( 未能完成更新 请………… )< /script> )         BindData( PKId )         private void dgCategory_DeleteCommand(object source System Web UI WebControls DataGridCommandEventArgs e)        //获得关键字 使用DataKeys集合访问数据列表控件中每个记录的键值(显示为一行)    //使得用户可以存储键字段而无需在控件中显示它    string PKId=dgCategory DataKeys[e Item ItemIndex]     CategorySet ExecuteDelete(PKId)     */ cha138/Article/program/Java/hx/201311/27145

相关参考

知识大全 DataGrid Web控件深度历险(3) part3

DataGridWeb控件深度历险(3)part3  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 

知识大全 DataGrid Web控件深度历险(3) part1

DataGridWeb控件深度历险(3)part1  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 

知识大全 DataGrid Web控件深度历险(2) Part2

DataGridWeb控件深度历险(2)Part2  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 

知识大全 ASP.NET中Control基类清理页面状态

ASP.NET中Control基类清理页面状态  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  控

知识大全 控制反转(Inversion of Control)介绍

控制反转(InversionofControl)介绍  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!

分散控制系统是当前多种技术相结合的产物。这些技术往往都以c字母开头,除Computer技术和Control技术之外,还包

分散控制系统是当前多种技术相结合的产物。这些技术往往都以c字母开头,除Computer技术和Control技术之外,还包括有Communication技术和()等技术。A、CPUB、CDcC、CRTD

分散控制系统是当前多种技术相结合的产物。这些技术往往都以c字母开头,除Computer技术和Control技术之外,还包

分散控制系统是当前多种技术相结合的产物。这些技术往往都以c字母开头,除Computer技术和Control技术之外,还包括有Communication技术和()等技术。A、CPUB、CDcC、CRTD

怎样帮助孩子做竹竿操?

1~2岁的孩子能跑、下蹲、跳等,但此年龄阶段的孩子自控能力差,家长可利用竹竿操让孩子锻炼前进、后退、下蹲、起跳、平行、扶物过障碍动作。可根据其动作发育规律和个体差异训练其基本动作。  要求使用的竹竿质

知识大全 DataGrid控件

VisualC#通用模块开发:DataGrid控件  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 

知识大全 常见Datagrid错误

常见Datagrid错误  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  摘要学习如何避免在使用A