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
Harika
http://harikaworks.blogspot.com

Reply via email to