954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to connect to xml pages through asp.net pages

please guide me how to connect to xmlpage which act as database through asp.net page

smjaved
Newbie Poster
1 post since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

To use xml file as a datasource.

1>first create the xml file.
2>Drag and drop XMLDataSource Control to the page from the Toolbox's Data tab.
3>Specify the DataFile property to the Xml file.
4>Now you can use navigation controls like Treeview , Menu control for displaying xml contents.
5>Set DataSourceID property of navigation control to xmldatasource name.
like DataSourceID="XmlDataSource1"

localinternet
Newbie Poster
15 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You