Click here to Skip to main content
15,903,362 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
Kunal Chowdhury «IN»22-Jul-10 6:58
professionalKunal Chowdhury «IN»22-Jul-10 6:58 
QuestionRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
Kunal Chowdhury «IN»23-Jul-10 8:03
professionalKunal Chowdhury «IN»23-Jul-10 8:03 
AnswerRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
#realJSOP23-Jul-10 11:50
professional#realJSOP23-Jul-10 11:50 
QuestionError communicating with WCF service made through (WCF Software Factory (tool by microsoft)) Pin
nitin_ion21-Jul-10 2:12
nitin_ion21-Jul-10 2:12 
QuestionSelected Value in Combobox Pin
yogesh_kumar_agarwal20-Jul-10 19:20
yogesh_kumar_agarwal20-Jul-10 19:20 
AnswerRe: Selected Value in Combobox Pin
Abhinav S20-Jul-10 19:50
Abhinav S20-Jul-10 19:50 
AnswerRe: Selected Value in Combobox Pin
Arun Jacob20-Jul-10 20:50
Arun Jacob20-Jul-10 20:50 
AnswerRe: Selected Value in Combobox Pin
Kunal Chowdhury «IN»20-Jul-10 23:59
professionalKunal Chowdhury «IN»20-Jul-10 23:59 
Do the following:

C#
var selectedUser = (from user in usersList
                   where user.UserId.Equals(selectedUserId)
                   select user).FirstOrDefault();

drpUserList.SelectedItem = selectedUser;



Don't forget to Click on [Vote] and [Good Answer] on the posts that helped you.


Regards - Kunal Chowdhury | Software Developer | Chennai | India | My Blog | My Tweets | Silverlight Tutorial

QuestionWPF, move window from a usercontrol mouse down event Pin
fadedmaximus20-Jul-10 7:59
fadedmaximus20-Jul-10 7:59 
AnswerRe: WPF, move window from a usercontrol mouse down event Pin
Jammer21-Jul-10 22:43
Jammer21-Jul-10 22:43 
AnswerRe: WPF, move window from a usercontrol mouse down event Pin
zendar225-Jul-10 4:08
zendar225-Jul-10 4:08 
Questionhow to use SQL with Silverlight Pin
Amit Spadez19-Jul-10 20:42
professionalAmit Spadez19-Jul-10 20:42 
AnswerRe: how to use SQL with Silverlight Pin
Abhinav S19-Jul-10 22:20
Abhinav S19-Jul-10 22:20 
AnswerRe: how to use SQL with Silverlight Pin
#realJSOP20-Jul-10 0:03
professional#realJSOP20-Jul-10 0:03 
AnswerRe: how to use SQL with Silverlight Pin
souidi abderrahman24-Aug-10 3:00
souidi abderrahman24-Aug-10 3:00 
QuestionSL Toolkit v4 - Install issues Pin
#realJSOP19-Jul-10 3:45
professional#realJSOP19-Jul-10 3:45 
AnswerRe: SL Toolkit v4 - Install issues Pin
Abhinav S19-Jul-10 6:54
Abhinav S19-Jul-10 6:54 
GeneralRe: SL Toolkit v4 - Install issues Pin
#realJSOP20-Jul-10 0:05
professional#realJSOP20-Jul-10 0:05 
GeneralRe: SL Toolkit v4 - Install issues Pin
Abhinav S20-Jul-10 2:28
Abhinav S20-Jul-10 2:28 
GeneralRe: SL Toolkit v4 - Install issues Pin
#realJSOP20-Jul-10 2:36
professional#realJSOP20-Jul-10 2:36 
AnswerRe: SL Toolkit v4 - Install issues Pin
Rob Graham19-Jul-10 10:23
Rob Graham19-Jul-10 10:23 
QuestionHow to update combo box selection before prompt Pin
D.Dubya19-Jul-10 3:27
D.Dubya19-Jul-10 3:27 
QuestionCan't hit my asmx from Silverlight.. Pin
Nick Jacobs18-Jul-10 17:35
Nick Jacobs18-Jul-10 17:35 
AnswerRe: Can't hit my asmx from Silverlight.. Pin
Abhinav S18-Jul-10 18:11
Abhinav S18-Jul-10 18:11 
GeneralRe: Can't hit my asmx from Silverlight.. Pin
Nick Jacobs19-Jul-10 2:21
Nick Jacobs19-Jul-10 2:21 

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.