0
kicks
Add true confirmation to the ASP.NET Button control
The JavaScript confirm() function is simple to implement on a Button control, but you can only use it for one particular purpose and that is to confirm a postback. Wouldn’t it be cool if you could use it to ask users a question and act depending on their answer from the code-behind?