Showing posts with label How to bind XML data to GridView. Show all posts
Showing posts with label How to bind XML data to GridView. Show all posts

Wednesday, 9 July 2014

How to read Xml File Using gridview in asp.net

How to read Xml File Using gridview in asp.netsource Of xml file<?xml version="1.0" encoding="utf-8" ?><EmployeeInformation>  <Employee>    <sno>101</sno>    <firstname>Pankaj </firstname>      <lastname>Lohani</lastname>     ...