<[EMAIL PROTECTED] namespace="system.io"%>
<[EMAIL PROTECTED] namespace="system.data"%>
<html>
<script language="vb" runat="server">
sub form_load(src as object,e as EventArgs)
dim ds as dataset()
dim fs as new filestream(server.mappath("C:\Documents and 
Settings\l\cd_catelog.xml"),filemode.open,fileaccess.read)
dim r as new streamreader(fs)
ds.ReadXml(r)
fs.close()
dim sv as new dataview(ds.tables(0))
s.innerhtml=sv.table.tablename
k.datasource=sv
k.databind()
end sub
</script>
<body>
<span runat="server" id="s"/>
<p>
<asp:datagrid id="k" runat="server"/>
</body>
</html>

the above is the actual program, when i execute this the error it 
shows is readxml is not a member of system.array namespace
pleas tell wat actual is the problem over here






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to