The unsaved tag has no wiki summary.
0
votes
0answers
24 views
Fill dataset from another dataset
I'm trying to store un saved records based on query in dataset to show it in grid view to the user with no luck, How can I save them in dataset using the following code ?
for (int i = 1; i < ...
1
vote
1answer
84 views
How to open and read contents from an unsaved file
I want to open and read a file which has not been saved. I would like to do this in Windows OS with VC++ or by means of a batch file only.
If I open up the file by normal method of fopen or fopen_s, ...
0
votes
1answer
56 views
Webpage Closedown - Warning - Page not saved
I have an html5 application. It sends stuff to a database. Originally I was doing the database update instantly, however, now I am allowing for offline usage, and instead letting the user choose when ...
0
votes
1answer
147 views
Grails/GORM/Hibernate:List of the properties of a domain instance which reference unsaved transient instances
I am constantly doing things wrong and getting unsaved transient instance exceptions in Grails. I cannot paste the code, and if I did you would probably just tell me to stop programming for ever. ...
1
vote
2answers
2k views
How to detect unsaved data in form when user leaves the page?
I need to detect unsaved data in form when user leaves the page without submitting the form. I would like to implement that without adding a value change listener to each input.
This is the ...
0
votes
2answers
373 views
showing the alert on moving through one page to another by Unsave Change
Scenario:
I have a CaseEdit.aspx page in which on have 3 buttons
AddImage, FinalPage, QuestionAns
and one web user control that CaseContentList.ascx
in casecontentlist I have datalist in that i am ...
1
vote
1answer
148 views
Mark document as dirty in non-document based application
I'm creating a simple Cocoa non-document based application. I want to show visually that the "document" app is working with has unsaved changes (the close button displaying a dot).
Is this possible ...
2
votes
3answers
165 views
Saving form data when POST submission is not validated
I need to validate a form in php and display some error messages in the view if there are validation errors. The problem is that once the form is submitted, sending the user back to the page will ...
1
vote
1answer
1k 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 : DomainObject
...
0
votes
1answer
2k 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 makes sense.
I've ...
7
votes
8answers
8k 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 values.
The user can ...
1
vote
2answers
2k 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 pending changes to ...
47
votes
11answers
23k 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 prompt should ...
15
votes
6answers
15k 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 standard capability ...