Click here to Skip to main content
Licence 
First Posted 30 Apr 2007
Views 58,098
Downloads 298
Bookmarked 61 times

AJAX Dirty-Panel

By | 30 Apr 2007 | Article
This is a Panel that automatically shows an alert if the user tries to leave the page before saving the data.

Introduction

Have any of your users ever told you that after filling that long data entry form he accidentally closed the browser or moved to another page and forgot to click the save button? I heard this story more than once, and at the end my responses I often told he user something like "Well, you should pay more attention when you're filling out a form." Of course, I didn't say it using these words, but that was the only thing we could say.

In fact, keeping track of fields that were changed in classical ASP.NET forms is not an easy task. Since every postback fires the onbeforeunload event, there was no generic way of knowing if the postback was intentional or not. So we had to write a lot of custom JavaScript to manage that.

Now in the AJAX world, this limitation is gone. If we have a 100% "ajaxfied" page, the onbeforeunload event will fire only if the user actually leaves the page. It makes our lives much easier.

This is a Panel that automatically detects if any control inside it was changed and shows an alert if the user tries to leave the page before saving the data.

Click here to see a sample page.

Using the code

Once again I am using the Anthem.NET library to give AJAX functionality. This webcontrol inherits from the Anthem Panel, so what you need to do is to put all your data entry controls within this panel and set the property OnLeaveMessage. This property corresponds to the message that will be shown when the user tries to leave the page without saving its contents. When the user actually clicks the save button, you need to tell the panel to store the new values so it won't show the alert when the user leaves the page. This is done by calling the panel's Reset method when the data is saved.

The download file contains the webcontrol and a sample page.

Conclusion

This is a simple to use, yet very useful webcontrol that can enhance the usability of your web application.

I hope you enjoy it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Cassio Mosqueira

Software Developer (Senior)

Canada Canada

Member

I've been developing .NET enterprise applications since 2000.
 
I am originally from Rio de Janeiro and I am currently working at The Intelligent Coder Inc. in Ontario.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Generalnice Work :-D PinmemberXITIJ_CODE_049:38 17 Feb '11  
Generalneed licence for DirtyPanel.dll??? Urgent Pinmembert11111121:46 7 May '09  
GeneralRe: need licence for DirtyPanel.dll??? Urgent PinmemberCassio Mosqueira2:47 8 May '09  
GeneralCross Broswer PinmemberNavneet Anuth1:41 22 Apr '09  
QuestionAJAX 1.0 (w/o anthem) PinmemberdB.19:38 6 Aug '07  
AnswerRe: AJAX 1.0 (w/o anthem) PinmemberCassio Alves20:41 6 Aug '07  
GeneralRe: AJAX 1.0 (w/o anthem) PinmemberdB.16:41 10 Aug '07  
Generalasp:FormView - Not Working PinmemberQasim Javed2:30 18 Jul '07  
GeneralRe: asp:FormView - Not Working PinmemberCassio Alves20:44 6 Aug '07  
GeneralTooltip Image Data Pinmemberngovanphuc23:54 12 Jul '07  
Generalit does not work when you have item template in grid view [modified] Pinmembertahhan19:44 11 May '07  
GeneralRe: it does not work when you have item template in grid view PinmemberCassio Alves4:55 12 May '07  
GeneralPerfect timing PinmemberBryan Avery23:05 8 May '07  
GeneralVery cool PinmemberMichael J. Collins8:09 8 May '07  
GeneralRe: Very cool PinmemberCassio Alves10:42 8 May '07  
GeneralRe: Very cool Pinmemberzhulei_2015:32 9 May '07  
thanks:
GeneralDoesn't work in Opera 9.20 Pinmemberrichzilla7:48 8 May '07  
GeneralRe: Doesn't work in Opera 9.20 PinmemberCassio Alves10:52 8 May '07  
Questionhow to use control on on tab page Pinmemberjust_kideng18:58 7 May '07  
AnswerRe: how to use control on on tab page PinmemberCassio Alves4:01 8 May '07  
AnswerRe: how to use control on on tab page Pinmemberjust_kideng21:27 8 May '07  
GeneralNice work! PinmemberTim Brats8:15 6 May '07  
GeneralCode project is not source repository PinmemberMaruf Maniruzzaman16:35 30 Apr '07  
GeneralRe: Code project is not source repository PinmemberCassio Alves17:49 30 Apr '07  
GeneralRe: Code project is not source repository PinmemberMaruf Maniruzzaman18:26 30 Apr '07  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120529.1 | Last Updated 30 Apr 2007
Article Copyright 2007 by Cassio Mosqueira
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid