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

WPF

 
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 
GeneralRe: wpf Pin
arkiboys3-Feb-11 0:17
arkiboys3-Feb-11 0:17 
Generalwpf, populate combobox accordingly Pin
arkiboys3-Feb-11 10:48
arkiboys3-Feb-11 10:48 
GeneralRe: wpf, populate combobox accordingly Pin
Pete O'Hanlon3-Feb-11 11:47
mvePete O'Hanlon3-Feb-11 11:47 
GeneralRe: wpf, populate combobox accordingly Pin
arkiboys3-Feb-11 11:52
arkiboys3-Feb-11 11:52 
AnswerRe: wpf [modified] Pin
Renat Khabibulin3-Feb-11 0:10
Renat Khabibulin3-Feb-11 0:10 
Seems that ComboBox doesnt know that HealthLevelID was changed, try this:

BindingExpression binding = BindingOperations.GetBindingExpression(cboHealth, ComboBox.SelectedIndexProperty);
if (binding != null)
{
  binding.UpdateTarget();
}


Also, make sure that HealthLevelID is public

modified on Thursday, February 3, 2011 6:35 AM

AnswerRe: wpf Pin
RichardGrimmer4-Feb-11 4:57
RichardGrimmer4-Feb-11 4:57 
QuestionWCF Policy File Pin
Vimalsoft(Pty) Ltd2-Feb-11 0:20
professionalVimalsoft(Pty) Ltd2-Feb-11 0:20 
AnswerRe: WCF Policy File Pin
Abhinav S5-Feb-11 18:02
Abhinav S5-Feb-11 18:02 
GeneralRe: WCF Policy File Pin
Vimalsoft(Pty) Ltd5-Feb-11 19:38
professionalVimalsoft(Pty) Ltd5-Feb-11 19:38 
QuestionDatabase Connectivity in Silverlight Web Application Pin
Sunil G 330-Jan-11 22:09
Sunil G 330-Jan-11 22:09 
AnswerRe: Database Connectivity in Silverlight Web Application Pin
Pravin Patil, Mumbai30-Jan-11 23:25
Pravin Patil, Mumbai30-Jan-11 23:25 
AnswerRe: Database Connectivity in Silverlight Web Application Pin
Abhinav S30-Jan-11 23:45
Abhinav S30-Jan-11 23:45 
AnswerRe: Database Connectivity in Silverlight Web Application Pin
Ibrahim.Poonawala1-Feb-11 4:19
Ibrahim.Poonawala1-Feb-11 4:19 
GeneralRe: Database Connectivity in Silverlight Web Application Pin
Pete O'Hanlon1-Feb-11 4:26
mvePete O'Hanlon1-Feb-11 4:26 
AnswerRe: Database Connectivity in Silverlight Web Application Pin
Vimalsoft(Pty) Ltd6-Feb-11 19:47
professionalVimalsoft(Pty) Ltd6-Feb-11 19:47 
QuestionControl to display Html in a string - not WebBrowser control Pin
devvvy27-Jan-11 15:49
devvvy27-Jan-11 15:49 
AnswerRe: Control to display Html in a string - not WebBrowser control Pin
_Maxxx_27-Jan-11 16:49
professional_Maxxx_27-Jan-11 16:49 
GeneralRe: Control to display Html in a string - not WebBrowser control Pin
devvvy27-Jan-11 21:38
devvvy27-Jan-11 21:38 
AnswerRe: Control to display Html in a string - not WebBrowser control Pin
Abhinav S28-Jan-11 2:17
Abhinav S28-Jan-11 2:17 
QuestionTDD - Messenger, Testing Help Request... Pin
_Maxxx_27-Jan-11 15:27
professional_Maxxx_27-Jan-11 15:27 
AnswerRe: TDD - Messenger, Testing Help Request... Pin
Pete O'Hanlon27-Jan-11 22:41
mvePete O'Hanlon27-Jan-11 22:41 
GeneralRe: TDD - Messenger, Testing Help Request... Pin
_Maxxx_30-Jan-11 22:27
professional_Maxxx_30-Jan-11 22:27 

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.