Tuesday, August 6, 2013

client side popup message in asp.net

client side popup alert message for asp.net

1. please select the button properties
2. go the the "OnClientClick" properties
3.paste this syntax
 return confirm('Are you sure......?');


No comments: