if (Session["currentOrderId"] != string.Empty)
is show me the message
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
if (Session["currentOrderId"] != string.Empty)
is show me the message
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'