client server net
client server net
In Asp.net ,I am using a button with server code in it’s click event I want to add client confirm msg to run
You should just be able to add a javascript “onclick” handler to the button, that prompts the user. “javascript:if (confirm(’Are you sure?’)) { return true; } else { return false; }” and returns the status. a return of false won’t continue.
Silab Client server:frosthouse.net video 2
Categories: Programming