SqlCommand cmd = new SqlCommand("UPDATE Messages SET Status = '1' Where Id='" + key.ToString()+"'", con);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)