InterviewSolution
Below code will BIND xml FILE with the GridView:-DIM D_Set As New System.Data.DataSetD_Set.ReadXml(Server.MapPath("XMLFileName.xml"))GridView1.DataSource = D_Set.Tables(0)GridView1.DataBind()
Your experience on this site will be improved by allowing cookies. Read Cookie Policy