Hello
How would I join these 2 lines of code, please?
Thank you.
How would I join these 2 lines of code, please?
Code:
cmd.Parameters.AddWithValue("@uniqueCode", Convert.ToString(Request.QueryString("uniqueCode"))) cmd.Parameters.AddWithValue("@strEmail", Convert.ToString(Request.QueryString("strEmail")))
Comment