writing XML from session

M

Michael Persaud

Hi

I have a page that the user loads and they see a dg poppulated from a
session("DS")

when i run the following i get that the "object refference is not set to
instance of an object"

when i try binding dsXMl to another DG there is no records.

Cant i reuse the session and how do i write the XML file

Thanks


Sub WriteXML()
If ChkVerified.Checked = True Then

Dim StrN, Name As String
Name = Session("myid") + Session("uid")
StrN = "../xml/" & Name & ".xml"

Dim dsXml As New DataSet
objDTdg = Session("DS")
dsXml = objDTdg.DataSet

dsXml.WriteXml(Server.MapPath(StrN))

dsXml.Dispose()

end if
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top