Click here to Skip to main content
15,886,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
I want to get the whole xml from client side which is used for databinding. I use datasource as XMLDatasource , I can access the value of node from client side but i want the full XML. How can i achieve this?

How can i retrive the XML from client side , when the datasource is a XMLDataSource?
Posted
Comments
DamithSL 25-Jun-14 5:02am    
you can build xml using values of nodes but i don't think there is a way to getsource xml from XMLDataSource from client side.
how about using hiden field? you can set xml as the value and access it from client side :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900