Hi,
I have few checkbox in my asp.net page and save button
I want to show a confirmation message box when the user click on the save button.
Also if the checkbox1 is clicked I want to show "You are canceling your membership. Are you sure?;
and when the checkbox2 is clicked I want to show "You are adding additional member. Are you sure?
So I am showing two different message when clicking on the save button.
I used the Ajax confirmationControlextender but the problem with this is the text property has to be hard coded it doesnt change at run time. Or maybe thee is a way which I don't know.
So someone can help me out. ?
Thanks. Oh yes, I dont only have to show the message. It is a confirmation windown. If select Yes / no it should either continue or stop.
thanks.
...
Go to the complete details ...