xml file bind into data grib view from window in C#
-
now i've a problem with the xml file....coz the main form from xml file is can open..but i want to show into gribview of the another form....but there's no way to do for me... plz help me....i've already use this method (**)...when i use that method, there's no bind() function.... so im so :confused: (**) DataSet xml = new DataSet(); xml.ReadXml(ChooseFolder.filepath); DataTable file = xml.Tables["file"]; gvXml.DataSource = file; gvXml.(??????????) ChooseFolder is the name of main form and filepath is file name;
-
now i've a problem with the xml file....coz the main form from xml file is can open..but i want to show into gribview of the another form....but there's no way to do for me... plz help me....i've already use this method (**)...when i use that method, there's no bind() function.... so im so :confused: (**) DataSet xml = new DataSet(); xml.ReadXml(ChooseFolder.filepath); DataTable file = xml.Tables["file"]; gvXml.DataSource = file; gvXml.(??????????) ChooseFolder is the name of main form and filepath is file name;