Click here to Skip to main content
15,797,984 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Help editing Xml file from code - C# Pin
jadughar3-Feb-11 22:26
jadughar3-Feb-11 22:26 
Questionwpf Pin
arkiboys2-Feb-11 12:54
arkiboys2-Feb-11 12:54 
AnswerRe: wpf Pin
Pete O'Hanlon3-Feb-11 1:04
subeditorPete O'Hanlon3-Feb-11 1:04 
GeneralRe: wpf Pin
arkiboys3-Feb-11 1:17
arkiboys3-Feb-11 1:17 
Generalwpf, populate combobox accordingly Pin
arkiboys3-Feb-11 11:48
arkiboys3-Feb-11 11:48 
GeneralRe: wpf, populate combobox accordingly Pin
Pete O'Hanlon3-Feb-11 12:47
subeditorPete O'Hanlon3-Feb-11 12:47 
GeneralRe: wpf, populate combobox accordingly Pin
arkiboys3-Feb-11 12:52
arkiboys3-Feb-11 12:52 
AnswerRe: wpf [modified] Pin
Renat Khabibulin3-Feb-11 1:10
Renat Khabibulin3-Feb-11 1: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 5:57
RichardGrimmer4-Feb-11 5:57 
QuestionWCF Policy File Pin
Vimalsoft(Pty) Ltd2-Feb-11 1:20
professionalVimalsoft(Pty) Ltd2-Feb-11 1:20 
AnswerRe: WCF Policy File Pin
Abhinav S5-Feb-11 19:02
Abhinav S5-Feb-11 19:02 
GeneralRe: WCF Policy File Pin
Vimalsoft(Pty) Ltd5-Feb-11 20:38
professionalVimalsoft(Pty) Ltd5-Feb-11 20:38 
QuestionDatabase Connectivity in Silverlight Web Application Pin
Sunil G 330-Jan-11 23:09
Sunil G 330-Jan-11 23:09 
AnswerRe: Database Connectivity in Silverlight Web Application Pin
Pravin Patil, Mumbai31-Jan-11 0:25
Pravin Patil, Mumbai31-Jan-11 0:25 
AnswerRe: Database Connectivity in Silverlight Web Application Pin
Abhinav S31-Jan-11 0:45
Abhinav S31-Jan-11 0:45 
AnswerRe: Database Connectivity in Silverlight Web Application Pin
Ibrahim.Poonawala1-Feb-11 5:19
Ibrahim.Poonawala1-Feb-11 5:19 
GeneralRe: Database Connectivity in Silverlight Web Application Pin
Pete O'Hanlon1-Feb-11 5:26
subeditorPete O'Hanlon1-Feb-11 5:26 
AnswerRe: Database Connectivity in Silverlight Web Application Pin
Vimalsoft(Pty) Ltd6-Feb-11 20:47
professionalVimalsoft(Pty) Ltd6-Feb-11 20:47 
QuestionControl to display Html in a string - not WebBrowser control Pin
devvvy27-Jan-11 16:49
devvvy27-Jan-11 16:49 
AnswerRe: Control to display Html in a string - not WebBrowser control Pin
_Maxxx_27-Jan-11 17:49
professional_Maxxx_27-Jan-11 17:49 
GeneralRe: Control to display Html in a string - not WebBrowser control Pin
devvvy27-Jan-11 22:38
devvvy27-Jan-11 22:38 
AnswerRe: Control to display Html in a string - not WebBrowser control Pin
Abhinav S28-Jan-11 3:17
Abhinav S28-Jan-11 3:17 
QuestionTDD - Messenger, Testing Help Request... Pin
_Maxxx_27-Jan-11 16:27
professional_Maxxx_27-Jan-11 16:27 
AnswerRe: TDD - Messenger, Testing Help Request... Pin
Pete O'Hanlon27-Jan-11 23:41
subeditorPete O'Hanlon27-Jan-11 23:41 
GeneralRe: TDD - Messenger, Testing Help Request... Pin
_Maxxx_30-Jan-11 23:27
professional_Maxxx_30-Jan-11 23: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.