How can we add rows is in Data Table?
shanu kumar
DataTable dt=new DataTable(); dt.Columns.Add(); dt.Rows.Add();