I am getting this weird error... the primary key in my database is \'DocumentID\' so I know that is not the issue. I am trying to get the select,edit & delete gridview b
DataSet Année = new DataSet(); Année.ReadXml(Server.MapPath("~/Annees.xml")); DropDownList1.DataTextField = "Number"; DropDownList1.DataValueField = "Number"; DropDownList1.DataSource = "Année"; DropDownList1.DataBind();