• 您的位置我爱Aspx >> VB.Net >> 给初学的朋友们,datagrid用xml作为数据源,并且有更新,删除和排序的操作(VB)
  • 给初学的朋友们,datagrid用xml作为数据源,并且有更新,删除和排序的操作(VB)

  • 作者:aspxer  来源:internet  日期:2007-5-20 14:01:47  关键字:xml,数据
  • </book>

    <book>

    <isbn>0887309372</isbn>

    <author>Al Reiss, Laura Reiss</author>

    <title>22 Immutable Laws of Branding</title>

    <category>marketing</category>

    <comments>This book is great for people who used 22 Immutable Laws of Marketing to build a brand and now want to strengthen that brand.</comments>

    </book>

    <book>

    <isbn>0679757651</isbn>

    <author>Tom Peters</author>

    <title>Circle of Innovation</title>

    <category>marketing</category>

    <comments>His most recent book is his best by far!</comments>

    </book>

    <book>

    <isbn>0884270610</isbn>

    <author>Eli Goldthrait</author>

    <title>The Goal</title>

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:VB.net 编码规范(也适用于C#) Ninputer(原作) (转贴,只作建议)
    下一篇:字符串加解密的类(VB.NET Source Code)