将xml作为DataGrid操作(Sort,Edit,Delete    
我们将显示如何将一个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.
    

    

关联文档