Click here to Skip to main content
15,915,164 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to submit data to database in pop Up Box cancel button
Posted

Is the requirement is correct, Cancel time we are not store the information in to database, we just close the popup.

If you want to store it while cancel time, then use Ajax modalpopup extender control and don't use CancelControlId property instead of that use click event of cancel and close the modal in server side click event and bind data into database.
 
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