15
votes
9answers
3k views
Detecting Unsaved Changes using JavaScript
I have a requirement to implement an "Unsaved Changes" prompt in an ASP .Net application. If a user modifies controls on a web form, and attempts to navigate away before saving, a …
0
votes
1answer
65 views
NHibernate ManyToMany relationship - using AuditInterceptor - object references an unsaved transient instance - save the transient instance before flushing
The domain model the DomainObject's audit fields are populated using an AuditInterceptor.
DomainObject
Id
EstablishDate
EstablishId
UpdateDate
UpdateId
Message : …
2
votes
4answers
1k views
How can I cancel a user’s WPF TreeView click?
I've got a WPF application with a Treeview control.
When the user clicks a node on the tree, other TextBox, ComboBox, etc. controls on the page are populated with appropriate valu …
4
votes
3answers
630 views
Client/JS Framework for “Unsaved Data” Protection?
Hey all- we have a typical web application that is essentially a data entry application with lots of screens some of which have some degree of complexity. We need to provide that …
0
votes
0answers
257 views
How do I properly handle a PreviewMouseDown event with a MessageBox confirmation?
Earlier I asked how to cancel a WPF TreeViewItem.Selected event.
The answerers suggested I instead handle the PreviewMouseDown event before the selection even takes place. That m …
1
vote
2answers
537 views
Why does Visual Studio 2008 want to save my project file repeatedly?
I have a semi-large solution file in Visual Studio 2008, with around 25-30 projects in it.
I notice that a lot of times when I want to either close the solution file, or check in …
