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

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

    <comments>Advocate of Theory of Constraints as applied to managment and optimization.</comments>

    </book>

    <book>

    <isbn>068485600X</isbn>

    <author>Jeff Cox, Howard Stevens</author>

    <title>Selling the Wheel</title>

    <category>management</category>

    <comments>Excellent Treatise/Novel on the entire Sales Cycle</comments>

    </book>

    <book>

    <isbn>0672316498</isbn>

    <author>Alan Cooper</author>

    <title>The Inmates Are Running The Asylum</title>

    <category>management</category>

    <comments>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.</comments>

    </book>

    </books>

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