Please help
Message Box with yes or no button in web app
I need a message box with Yes or no button for a particular event to handle in web application.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted May 9, 2013, 5:02 AM
Bhabani prasad DashPosted May 9, 2013, 3:44 AM
Jay SPosted May 9, 2013, 3:30 AM
- Javascript confirm (Which will only show Ok/Cancel)
- Design a custom control
- Use the AJAX control toolkit, by using a panel as your messagebox with the buttons you want, and have a ModalPopupExtender produce the dialog.