Confirmation Page
INTRODUCTION
In New or Edit page, users might press the Close button by mistake and lost the content that they have input. To avoid this mistaken action, application should prompt users before the page is closed. This page will not be closed unless users confirm that.
This Document Gives The Implementation Details for How The Confirmation Page Works. It can be used in:
Ÿ New page
Ÿ Edit Page
Ÿ Any Other Pages Need Confirmation Before Close
2. Solution
2.1 ConfirmationPage Class
ConfirmationPage Class Is Available in The Root of XxxWeb Project. This is a class deive from pagebase.
This Class Implements The function of "cause the user to confirm Navigating Away from The Current Page".
Using system; using system.text; using system.text.regulareXpressions; using system.web.u;
namespace Proloq.ProloqWeb {///