hi,
try to add
System.Collection Namespace

srikanth <[EMAIL PROTECTED]> wrote:
<[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






SPONSORED LINKS 
Programming languages C programming language Computer programming languages 
Java programming language C programming language History of computer 
programming language 

---------------------------------
YAHOO! GROUPS LINKS 


    Visit your group "AspNetAnyQuestionIsOk" on the web.
  
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


---------------------------------




------------------------------------
Appreciating your help, 
Mohammed Rady 
Solution Developer 
Cell: 010 49 79 444 
Email: [EMAIL PROTECTED]

Think Fast, Listen Too Much, Speak Too Slowly





                
---------------------------------
Yahoo! Mail
 Stay connected, organized, and protected. Take the tour

[Non-text portions of this message have been removed]



------------------------ 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