Click here to Skip to main content
Licence 
First Posted 30 Apr 2007
Views 56,450
Downloads 269
Bookmarked 60 times

AJAX Dirty-Panel

By Cassio Mosqueira | 30 Apr 2007
This is a Panel that automatically shows an alert if the user tries to leave the page before saving the data.
2 votes, 9.1%
1
1 vote, 4.5%
2

3
2 votes, 9.1%
4
17 votes, 77.3%
5
4.53/5 - 22 votes
2 removed
μ 3.79, σa 2.27 [?]

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 2002.
 
I am originally from Rio de Janeiro and I am currently working as a developer for Sales Resource Group 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_0410:38 17 Feb '11  
Generalneed licence for DirtyPanel.dll??? Urgent Pinmembert11111122:46 7 May '09  
GeneralRe: need licence for DirtyPanel.dll??? Urgent PinmemberCassio Mosqueira3:47 8 May '09  
GeneralCross Broswer PinmemberNavneet Anuth2:41 22 Apr '09  
QuestionAJAX 1.0 (w/o anthem) PinmemberdB.20:38 6 Aug '07  
AnswerRe: AJAX 1.0 (w/o anthem) PinmemberCassio Alves21:41 6 Aug '07  
GeneralRe: AJAX 1.0 (w/o anthem) PinmemberdB.17:41 10 Aug '07  
Generalasp:FormView - Not Working PinmemberQasim Javed3:30 18 Jul '07  
GeneralRe: asp:FormView - Not Working PinmemberCassio Alves21:44 6 Aug '07  
GeneralTooltip Image Data Pinmemberngovanphuc0:54 13 Jul '07  
please. I don't no method how to make toolip like radtooltip. I known this control please for me apply this code .
I need it for my topic in my school.
Thanks
Cry | :(( Cry | :(( Cry | :((
 
Ngo Gia Phuc
Generalit does not work when you have item template in grid view [modified] Pinmembertahhan20:44 11 May '07  
GeneralRe: it does not work when you have item template in grid view PinmemberCassio Alves5:55 12 May '07  
GeneralPerfect timing PinmemberBryan Avery0:05 9 May '07  
GeneralVery cool PinmemberMichael J. Collins9:09 8 May '07  
GeneralRe: Very cool PinmemberCassio Alves11:42 8 May '07  
GeneralRe: Very cool Pinmemberzhulei_2016:32 9 May '07  
GeneralDoesn't work in Opera 9.20 Pinmemberrichzilla8:48 8 May '07  
GeneralRe: Doesn't work in Opera 9.20 PinmemberCassio Alves11:52 8 May '07  
Questionhow to use control on on tab page Pinmemberjust_kideng19:58 7 May '07  
AnswerRe: how to use control on on tab page PinmemberCassio Alves5:01 8 May '07  
AnswerRe: how to use control on on tab page Pinmemberjust_kideng22:27 8 May '07  
GeneralNice work! PinmemberTim Brats9:15 6 May '07  
GeneralCode project is not source repository PinmemberMaruf Maniruzzaman17:35 30 Apr '07  
GeneralRe: Code project is not source repository PinmemberCassio Alves18:49 30 Apr '07  
GeneralRe: Code project is not source repository PinmemberMaruf Maniruzzaman19: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
Web01 | 2.5.120210.1 | Last Updated 30 Apr 2007
Article Copyright 2007 by Cassio Mosqueira
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid