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

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

    </ASP:DataGrid>

    </form>

    </body>

    </html>

    By the way, here is the XML source for this example:

    Run This Code

    <books>

    <book>

    <isbn>0070653623</isbn>

    <author>Jack Trout, Steve Rivkin</author>

    <title>The Power of Simplicity</title>

    <category>selfhelp</category>

    <comments>A Real Fun Read</comments>

    </book>

    <book>

    <isbn>0887306667</isbn>

    <author>Al Reiss, Jack Trout</author>

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

    <category>marketing</category>

    <comments>This team offers more profound advice about creating world class marketing campaigns that will be viable for a hundred years.</comments>

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