an xml island is a client-side construct, I do not think you can interact with it on the server-side

解决方案 »

  1.   

    使用Literal控件.Literal控件有一个Text属性,将XML数据放入Literal控件的Text属性中.这样就必须在Server端解析XML数据.我想利用ADO.Net并不是问题.
      

  2.   

    感谢您使用微软产品。关于在ASP.NET中使用data island的一些方法,您可以参考以下一篇参考文章,它用到了XML Web Server control。
    HOW TO: Use Data-Islands in Visual Basic .NET    
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;q315906 - 微软全球技术中心 VB技术支持本贴子以“现状”提供且没有任何担保,同时也没有授予任何权利。具体事项可参见使用条款(http://support.microsoft.com/directory/worldwide/zh-cn/community/terms_chs.asp)。为了为您创建更好的讨论环境,请参加我们的用户满意度调查(http://support.microsoft.com/directory/worldwide/zh-cn/community/survey.asp?key=(S,49854782))。
      

  3.   

    <asp:xml> allows you to transform xml to html with a xslt file, it has nothing to do with the client-side xml data island