5
Answers

error

  private void btnSearch_Click(object sender, EventArgs e)
        {
            groupBox3.BringToFront();
            string sqlcondition="ORDER BY iEmpID";
            fnEmpView(sqlcondition);

        }

Incorrect syntax near the keyword 'ORDER'....pls correct as soon as possible

Answers (5)