Binding data from XML file into an ASP.NET page

You can bind data from an xml file to an asp.net page. ASP.Net has classes and methods that make this possible without much effort on your part. To work with data binding you have to import the namespace System.Data. This is done by using the @ import directive at the top of the page. It would be something like,

<%@ Import Namespace="System.Data" %>

The next step is to create a new Dataset and use the ReadXml method to read the xml file. This is usually done in the Page_Load event. This is done when the page is loaded for the first time and hence it is better to check that condition with Page.IsPostBack.

To bind data to any control first create that control with an id. Now for that id set the property of DataSource to that of the DataSet that you have created. Similarly you can set the DataValueField and the DataTextField and then use the DataBind() method of that control to bind the data to that control. There are many sample code for this routine in the internet.




.

SetApp - 100 Apps for everything you ever wanted to do on Mac

FREE Subscription

Subscribe to our mailing list and receive new articles
through email. Keep yourself updated with latest
developments in the industry.

Name:
Email:

Note : We never rent, trade, or sell my email lists to
anyone. We assure that your privacy is respected
and protected.

_______________________________________






 

 

FREE Subscription

Stay Current With the Latest Technology Developments Realted to XML. Signup for Our Newsletter and Receive New Articles Through Email.

Name:

Email:

Note : We never rent, trade, or sell our email lists to anyone. We assure that your privacy is respected and protected.

 

 

Add to My Yahoo!

Visit XML Training Material Guide Homepage

 

 

“Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.”

Copyright - © 2004 - 2019 - All Rights Reserved.