TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Paul Asd
NA
5
0
C# design problem
Nov 6 2007 3:37 AM
Im writing an application that edits a large amount of data structures. I have a problem with how to design the saving functionality.
Whenever the user changes a value, I want the program to recognize this, and ask the user if they want to save when they try to exit without saving.
The only way I can think to do it right now would be to have a boolean valueChanged which initializes to false, and is set to false whenever the user saves. Then have it set to true whenever an change has been made. Problem is, this would take quite a bit of work to integrate it with all the controls.
Is there a better way to do this?
Reply
Answers (
3
)
HTTP POST
I have one doubt in drop down list page index change event