fork download
  1.  
  2. DataSet ds = new DataSet();
  3. dgvBill.EndEdit();
  4. ds.WriteXml(@"..\..\Customer_Info\" + lblCustId.Text + ".xml");
  5. dgvBill.DataSource = ds;
  6.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(2,21): error CS0116: A namespace can only contain types and namespace declarations
prog.cs(3,28): error CS8025: Parsing error
Compilation failed: 2 error(s), 0 warnings
stdout
Standard output is empty