Tagged Questions
2
votes
2answers
3k views
Confirmation box from server side in asp.net
I want to show the confirmation box in asp.net from server side:
I want to call it from server side because I have to take the customer message from server side. I am using the below code
...
0
votes
1answer
29 views
Client Deletion Confirmation
I have the "Delete" option showing on my GridView that is populated via SQL Data Source. I am trying to implement a way where the user will be asked to verify that they wish to delete the row of ...
0
votes
2answers
61 views
To provide confirmation message in web page only if any change is done on the page
I want to show a confirmation message on click of cancel button and then redirect to another page. But the confirmation message should come only if any change has been done on the page.
Please can ...
0
votes
2answers
1k views
How to run JavaScript prior to System.Web.UI.Timer OnTick?
I need a client-side script to confirm that the Timer's OnTick event can proceed.
How do I invoke CanContinue() before the Timer1 postback occurs?
How do I cancel the postback if user selects ...