blah blah blah is here! blah blah » Close

2
votes
1 answers

access value in combobox

I've got a combobox: To populate it, we have: [code]cmbNotes.DataSource = Globals.LookUpHash[EnumList.LookupColumn.NOTES_ID.ToString()]; cmbNotes.DisplayMember = "Name"; cmbNotes.ValueMember = "Id";[/code] But w ...

0
votes
0 answers

C#: Datagrid selected Row

Hi, i have a problem with the selection of a row in a datagrid. It works but i have to click on that row different times, and i can't use it cause on that selection i'm changing the text of a button. Anybody knows why this happens? ...

Feedback