Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to find the Selected Column Name of ListView Control ? Pin
Eddy Vluggen18-Jan-12 20:17
professionalEddy Vluggen18-Jan-12 20:17 
AnswerRe: How to find the Selected Column Name of ListView Control ? Pin
BillWoodruff18-Jan-12 11:36
professionalBillWoodruff18-Jan-12 11:36 
GeneralRe: How to find the Selected Column Name of ListView Control ? Pin
Paramu197318-Jan-12 19:22
Paramu197318-Jan-12 19:22 
QuestionTeam Foundation server ???? Pin
Pierre besquent17-Jan-12 22:01
Pierre besquent17-Jan-12 22:01 
AnswerRe: Team Foundation server ???? Pin
Pete O'Hanlon17-Jan-12 22:28
mvePete O'Hanlon17-Jan-12 22:28 
GeneralunRe: Team Foundation server ???? Pin
Pierre besquent17-Jan-12 22:58
Pierre besquent17-Jan-12 22:58 
AnswerRe: Team Foundation server ???? Pin
RobCroll18-Jan-12 15:15
RobCroll18-Jan-12 15:15 
QuestionError while compile a default C# template grid Pin
alex_petrov17-Jan-12 13:02
alex_petrov17-Jan-12 13:02 
AnswerRe: Error while compile a default C# template grid Pin
Richard MacCutchan17-Jan-12 23:06
mveRichard MacCutchan17-Jan-12 23:06 
QuestionSpeech recognition and drawing Pin
momo.pomo17-Jan-12 9:15
momo.pomo17-Jan-12 9:15 
AnswerRe: Speech recognition and drawing Pin
Not Active17-Jan-12 9:58
mentorNot Active17-Jan-12 9:58 
AnswerRe: Speech recognition and drawing Pin
Pete O'Hanlon17-Jan-12 10:08
mvePete O'Hanlon17-Jan-12 10:08 
JokeRe: Speech recognition and drawing Pin
Not Active17-Jan-12 10:17
mentorNot Active17-Jan-12 10:17 
AnswerRe: Speech recognition and drawing Pin
Dave Kreskowiak17-Jan-12 11:03
mveDave Kreskowiak17-Jan-12 11:03 
GeneralRe: Speech recognition and drawing Pin
Albert Holguin17-Jan-12 11:24
professionalAlbert Holguin17-Jan-12 11:24 
AnswerRe: Speech recognition and drawing Pin
Luc Pattyn17-Jan-12 11:57
sitebuilderLuc Pattyn17-Jan-12 11:57 
AnswerRe: Speech recognition and drawing Pin
venomation18-Jan-12 2:30
venomation18-Jan-12 2:30 
QuestionModal Form in WeifenLuo.WinFormsUI.Docking Pin
Member 150645617-Jan-12 4:47
Member 150645617-Jan-12 4:47 
AnswerRe: Modal Form in WeifenLuo.WinFormsUI.Docking Pin
Pete O'Hanlon17-Jan-12 5:00
mvePete O'Hanlon17-Jan-12 5:00 
Questionunable to bind to TextBox.Text Pin
Giorgi Nistor16-Jan-12 23:16
Giorgi Nistor16-Jan-12 23:16 
AnswerRe: unable to bind to TextBox.Text Pin
BobJanova16-Jan-12 23:21
BobJanova16-Jan-12 23:21 
GeneralRe: unable to bind to TextBox.Text Pin
Giorgi Nistor16-Jan-12 23:33
Giorgi Nistor16-Jan-12 23:33 
GeneralRe: unable to bind to TextBox.Text Pin
BobJanova17-Jan-12 1:47
BobJanova17-Jan-12 1:47 
GeneralRe: unable to bind to TextBox.Text Pin
Giorgi Nistor17-Jan-12 2:05
Giorgi Nistor17-Jan-12 2:05 
AnswerRe: unable to bind to TextBox.Text Pin
Pete O'Hanlon17-Jan-12 2:31
mvePete O'Hanlon17-Jan-12 2:31 
The reason this isn't working is pretty simple. You haven't actually hooked mObj in to your DataContext anywhere. All you need to do is enter the following after you initialise mObj:
C#
DataContext = mObj;

Forgive your enemies - it messes with their heads

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


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.