Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Helo i am using ModalPopupExtender for Popup message. i Have two buttons Continue and Cancel. Also one more button save.

Now when i click on save Button i will call ModalPopupExtender1.Show() and popup the other two buttons.

Now Suppose if i click on Continue button it should continue to save the data.click on cancel it should not save the data.
Can any1 help me solve this.
I need to check the condition in server side.
Posted
Comments
Sandeep Mewara 1-Feb-11 2:11am    
What have you tried so far? share your effort.
shakil0304003 1-Feb-11 3:10am    
What you tried?

1 solution

Have you considered Confirm Button[^]?

I think this fits your requirement.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900