A
ad
I can only use the OnClientClick event of a button to show a confirm dialog
like:
OnClientClick="return confirm('Are you sure?');"
Can we show the confirm dialog by progrm, net triggered by a button click?
like:
OnClientClick="return confirm('Are you sure?');"
Can we show the confirm dialog by progrm, net triggered by a button click?