2
Answers

Error in Query in windows application c#

Please write Right  Query
 
 
private int billno(string p)
{
cmd = new SqlCommand();
string bill = cmd(Query, con);
con.Open();
return bill;
con.Close();
}
 

Answers (2)