My following code works great and shows the confirmation box. I tried a lot but how do I catch the confirmation box message if a user has selected yes or no
Dim script As String = "<script type='text/javascript'> confirm('" + message + "');</script>"
ClientScript.RegisterClientScriptBlock(Me.GetType(), "AlertBox", script)