how can i prompt a confirm alert in code behide c#
if user click ok then redirect to another page with query string
"abc.aspx ?cust = " + str_custid
if user click cancel then remain the existing page
any code reference
if user click ok then redirect to another page with query string
"abc.aspx ?cust = " + str_custid
if user click cancel then remain the existing page
any code reference