Click here to Skip to main content
15,887,886 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: bind combobbox Pin
Pete O'Hanlon3-Feb-11 23:44
mvePete O'Hanlon3-Feb-11 23:44 
Questionpopulate combobox with names and ids Pin
arkiboys3-Feb-11 12:05
arkiboys3-Feb-11 12:05 
AnswerRe: populate combobox with names and ids Pin
_Maxxx_3-Feb-11 14:47
professional_Maxxx_3-Feb-11 14:47 
GeneralRe: populate combobox with names and ids Pin
arkiboys3-Feb-11 22:44
arkiboys3-Feb-11 22:44 
GeneralRe: populate combobox with names and ids Pin
_Maxxx_6-Feb-11 16:27
professional_Maxxx_6-Feb-11 16:27 
QuestionAn MVVM way to know when a database update is complete in order to navigate to another page. Pin
ToddHileHoffer3-Feb-11 10:09
ToddHileHoffer3-Feb-11 10:09 
AnswerRe: An MVVM way to know when a database update is complete in order to navigate to another page. Pin
Pete O'Hanlon3-Feb-11 11:45
mvePete O'Hanlon3-Feb-11 11:45 
AnswerRe: An MVVM way to know when a database update is complete in order to navigate to another page. Pin
_Maxxx_3-Feb-11 14:32
professional_Maxxx_3-Feb-11 14:32 
Your VM needs to expose some property that indicates success or failure.

You might need a converter because there are three or four states you're talking about:
1. Don't have a pending update
2. Have a pending update
3. Update failed
4. Update passed

(2. is only appropriate for asynchronous updates)

So your VM has a property that starts off with a value 1.
When the 'save' command is triggered, it is set to 2.
When the results of the Save are returned t is set to 3 or 4 respectively.

You could 'merge' this with any process you are using to enable/disable the Save button - so add another state ...

0. Nothing To Save
___________________________________________
.\\axxx
(That's an 'M')

AnswerRe: An MVVM way to know when a database update is complete in order to navigate to another page. Pin
Abhinav S3-Feb-11 21:33
Abhinav S3-Feb-11 21:33 
GeneralRe: An MVVM way to know when a database update is complete in order to navigate to another page. Pin
ToddHileHoffer4-Feb-11 2:33
ToddHileHoffer4-Feb-11 2:33 
GeneralRe: An MVVM way to know when a database update is complete in order to navigate to another page. Pin
Abhinav S7-Feb-11 19:14
Abhinav S7-Feb-11 19:14 
AnswerRe: An MVVM way to know when a database update is complete in order to navigate to another page. Pin
Mycroft Holmes7-Feb-11 19:28
professionalMycroft Holmes7-Feb-11 19:28 
QuestionAdd Controls Dynamically Using MVVM Pin
Kevin Marois3-Feb-11 8:20
professionalKevin Marois3-Feb-11 8:20 
AnswerRe: Add Controls Dynamically Using MVVM Pin
dasblinkenlight3-Feb-11 8:50
dasblinkenlight3-Feb-11 8:50 
GeneralRe: Add Controls Dynamically Using MVVM Pin
Kevin Marois3-Feb-11 9:04
professionalKevin Marois3-Feb-11 9:04 
AnswerRe: Add Controls Dynamically Using MVVM Pin
RobCroll3-Feb-11 13:37
RobCroll3-Feb-11 13:37 
AnswerRe: Add Controls Dynamically Using MVVM Pin
_Maxxx_3-Feb-11 15:31
professional_Maxxx_3-Feb-11 15:31 
AnswerRe: Add Controls Dynamically Using MVVM Pin
_Maxxx_3-Feb-11 15:54
professional_Maxxx_3-Feb-11 15:54 
QuestionHelp editing Xml file from code - C# Pin
jadughar3-Feb-11 5:46
jadughar3-Feb-11 5:46 
AnswerRe: Help editing Xml file from code - C# Pin
Pete O'Hanlon3-Feb-11 8:03
mvePete O'Hanlon3-Feb-11 8:03 
AnswerRe: Help editing Xml file from code - C# Pin
RobCroll3-Feb-11 13:54
RobCroll3-Feb-11 13:54 
AnswerRe: Help editing Xml file from code - C# Pin
Abhinav S3-Feb-11 20:30
Abhinav S3-Feb-11 20:30 
AnswerRe: Help editing Xml file from code - C# Pin
jadughar3-Feb-11 21:26
jadughar3-Feb-11 21:26 
Questionwpf Pin
arkiboys2-Feb-11 11:54
arkiboys2-Feb-11 11:54 
AnswerRe: wpf Pin
Pete O'Hanlon3-Feb-11 0:04
mvePete O'Hanlon3-Feb-11 0:04 

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

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