Please be careful when using the statement below in multi-threaded
environment - as Server object will be empty in any thread other than
main, and those lines below would throw exception.

- Goran

On Jan 23, 11:21 am, Harika medikonda <[email protected]> wrote:
> Hi Ashwini,
>
> To read any xml document,you can use the dataset* readxml* method.
>
> *  xmlFilename = Server.MapPath("xml") & "\document1.xml"*
> **
> *          'create a dataset and load the data in xml document into
> datase**dSet
> = New DataSet*
>
> *          dSet.ReadXml(xmlFilename)*
> use the dataset to get the parameter required.
>
> On Thu, Jan 22, 2009 at 6:31 PM, ashwini <[email protected]> wrote:
>
> > Problem in assigning ExecuteXmlReader to XmlReader.
> > Xml is send in which format whether in xmldocument or xmlreader or
> > string to business logic layer?
> > If we use XmlDocument then how to read XmlDocument and send parameter
> > to business logic layer?
>
> --
> Thanks & Regards
> Harikahttp://harikaworks.blogspot.com

Reply via email to