November 21, 2013 → Constellation: Scorpio
October 2013 19
The Snake of the moon Sin Sing a Noon
This genus: gold; Five elements: hydrothermal Jin Mu; lack: soil.
Naishin Five elements: long running water.
World Television Day of the world Greeting Day of the Yi year
private void Get file path import XML () {DataSet DataSet = new DataSet ();
OpenFileDialog Open File = new OpenFileDialog (); Open the file.
Filter = "XML file |*.xml;| all files (*.*) |*.*"; If (opens the file.) ShowDialog () = = DialogResult.OK) {DataSet. READXML (Opens the file.)
FileName); Customize the calendar.
DataSource = null; Customize the calendar.
Columns.clear (); Customize the calendar.
Rows.clear (); Customize the calendar.
ReadOnly = false; Customize the calendar.
Allowusertoaddrows = true; datacolumn[] Column set = new datacolumn[data set. Tables[0].
Columns.count]; Data set. Tables[0].
Columns.copyto (column set, 0); for (int column = 0; column!= column set. Length;
Column + +) {datagridviewtextboxcolumn new column = Datagridviewtextboxcolumn (); The new column. HeaderText = Column set [column].
ColumnName; The new column. datapropertyname = Column set [column].
ColumnName; Customize the calendar.
Columns.Add (new column); } BindingSource Data Source = new BindingSource (); The data source. DataSource = DataSet.
Tables[0]; Customize the calendar.
DataSource = data source; }
}