首页  ·  知识 ·  前端
将xml作为DataGrid操作(Sort,Edit,Delete
佚名  http://www.5ivb.net    编辑:dezai  图片来源:网络
我们将显示如何将一个xml文件作为datagrid,这样对其的排序,编辑,等操作将是非常简单的事。%@ Import Namespace="System.IO" %%@ Import
我们将显示如何将一个xml文件作为datagrid,这样对其的排序,编辑,等操作将是非常简单的事。
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.Data" %>





The Best Books Ever





   AllowSorting="true"
   OnSortCommand="DataSort"
   OnDeleteCommand="DataDelete"
   OnEditCommand="DataEdit"
   OnCancelCommand="DataCancel"
   OnUpdateCommand="DataUpdate"   
   
    DataKeyField="isbn"

   Width="100%"
   BackColor="white"
   BorderColor="black"
   ShowFooter="false"
    CellPadding=3
   CellSpacing="0"
   Font-Name="Verdana"
   Font-Size="8pt"
   Headerstyle-BackColor="lightblue"
   Headerstyle-Font-Size="10pt"
   Headerstyle-Font-Style="bold"
   MaintainState="true"
    >

     
     
    
      
     
      
    




    


xml的源文件:

    
    0070653623
    Jack Trout, Steve Rivkin
    The Power of Simplicity
    selfhelp
    A Real Fun Read
    

    
    
    0887306667
    Al Reiss, Jack Trout
    22 Immutable Laws of Marketing
    marketing
    This team offers more profound advice about creating world class marketing campaigns that will be viable for a hundred years.
    


    
    0887309372
    Al Reiss, Laura Reiss
    22 Immutable Laws of Branding
    marketing
    This book is great for people who used 22 Immutable Laws of Marketing to build a brand and now want to strengthen that brand.
    

    
    
    0679757651
    Tom Peters
    Circle of Innovation
    marketing
    His most recent book is his best by far!
    

    
    
    0884270610
    Eli Goldthrait
    The Goal
    management
    Advocate of Theory of Constraints as applied to managment and optimization.
    


    
    068485600X
    Jeff Cox, Howard Stevens
    Selling the Wheel
    management
    Excellent Treatise/Novel on the entire Sales Cycle
    


    
    0672316498
    Alan Cooper
    The Inmates Are Running The Asylum
    management
    The father of Visual Basic and creator of the new art of Interaction Design - very valuable in designing websites. Basically the worlds most  cutting edge thinker in User Interface design aimed at simplifying software use.
    

    

本文作者:佚名 来源:http://www.5ivb.net
CIO之家 www.ciozj.com 微信公众号:imciow
   
免责声明:本站转载此文章旨在分享信息,不代表对其内容的完全认同。文章来源已尽可能注明,若涉及版权问题,请及时与我们联系,我们将积极配合处理。同时,我们无法对文章内容的真实性、准确性及完整性进行完全保证,对于因文章内容而产生的任何后果,本账号不承担法律责任。转载仅出于传播目的,读者应自行对内容进行核实与判断。请谨慎参考文章信息,一切责任由读者自行承担。
延伸阅读