Guest User

Untitled

a guest
Nov 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. string query1 = "INSERT INTO tbl_mngr_shift_handover_details(status_id,remark,inserted_by,inserted_date)VALUES('" + StatusDropDownList.SelectedValue + "','" + remarkTextArea.Content + "','" + Session["user_id"] + "','" + DateTime.Now + "')";
Add Comment
Please, Sign In to add comment