Maneesh A N

Maneesh A N

  • NA
  • 179
  • 82.1k

error

Dec 12 2013 6:27 AM
  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)