ExecuteReader: Connection property has not been initialized.
my coding is
protected void Button2_Click(object sender,
After SqlCommand cmd=new SqlCommand ("insert into time(project,iteration)values('.... Add
SqlCommand cmd=new SqlCommand ("insert into time(project,iteration)values('....
cmd.Connection = conn;
Hope this help