Tuesday, May 26, 2009

How to bind a XML file to a GridView using Asp.net C#

Recently one of the most popular data source is XML. For simplicity developer wants to make an XML file since its easy to use in the Asp.net built in data controls like GridView. In this post i will try to show you how one can bind easily XML file as a data source of GridView control. In the later section i will discuss how to bind XML file to a GridView control in run time.Focus Area:1. Bind XML

No comments:

Post a Comment