标题:再次请教了!!!!
取消只看楼主
shqi8866
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2008-6-24
 问题点数:0 回复次数:0 
再次请教了!!!!
Dim dsgoods As New DataSet("goods")
        Dim filePath As String
        filePath = "C:\Documents and Settings\少钦\My Documents\Visual Studio Projects\Web\goods.xml"
        dsgoods.ReadXml(filePath)
        With DataGrid1
            .DataSource = dsgoods
            .DataMember = "good"
            .CaptionText = .DataMember
        End With

运行后提示CaptionText不是DataGrid1的成员,
要是在Windows窗体就可以正常运行,我建的 web应用程序,有解决的办法吗
搜索更多相关主题的帖子: web filePath dsgoods CaptionText DataMember 
2008-06-28 20:23



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-221771-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.051571 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved