confirmation dialogue box
I am having button on its click event I am calling some function that function is interacting with database and fetching some result and on basis of that result I have to pop confirmation box and on basis of that ok or cancel click I want to execute my same function further.how can I do this.