when i am inserting record into db then this exception is coming
cmd.Parameters.AddWithValue("@pro_status", int.Parse(txtq.Text.Trim()));
akhter says: txtq.Text.Trim()
txtq.Text.Trim()
You txtq value is having alphabets. So the error.
Please verify it and pass only integer value.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.