Click here to Skip to main content
15,902,635 members
Home / Discussions / C#
   

C#

 
Questionlogged in username in windows service Pin
P. S. Pundeer29-May-09 0:29
P. S. Pundeer29-May-09 0:29 
AnswerRe: logged in username in windows service Pin
Simon P Stevens29-May-09 0:46
Simon P Stevens29-May-09 0:46 
Questionenterprise libeary query Pin
sheemap29-May-09 0:22
sheemap29-May-09 0:22 
AnswerRe: enterprise libeary query Pin
Nagy Vilmos29-May-09 0:39
professionalNagy Vilmos29-May-09 0:39 
QuestionMessage Handling...... Pin
vishal moharikar29-May-09 0:11
vishal moharikar29-May-09 0:11 
AnswerRe: Message Handling...... Pin
AhsanS29-May-09 0:14
AhsanS29-May-09 0:14 
GeneralRe: Message Handling...... Pin
vishal moharikar29-May-09 0:21
vishal moharikar29-May-09 0:21 
GeneralRe: Message Handling...... Pin
0x3c029-May-09 0:23
0x3c029-May-09 0:23 
AnswerRe: Message Handling...... Pin
0x3c029-May-09 0:26
0x3c029-May-09 0:26 
AnswerRe: Message Handling...... Pin
Rob Philpott29-May-09 0:30
Rob Philpott29-May-09 0:30 
GeneralRe: Message Handling...... Pin
Rob Philpott29-May-09 0:35
Rob Philpott29-May-09 0:35 
GeneralRe: Message Handling...... Pin
vishal moharikar29-May-09 0:48
vishal moharikar29-May-09 0:48 
GeneralRe: Message Handling...... Pin
Rajesh R Subramanian29-May-09 1:27
professionalRajesh R Subramanian29-May-09 1:27 
GeneralRe: Message Handling...... Pin
Rob Philpott29-May-09 3:14
Rob Philpott29-May-09 3:14 
AnswerRe: Message Handling...... Pin
mark_ian1-Jun-09 4:57
mark_ian1-Jun-09 4:57 
QuestionCombobox Pin
yesu prakash29-May-09 0:03
yesu prakash29-May-09 0:03 
AnswerRe: Combobox Pin
stancrm29-May-09 0:06
stancrm29-May-09 0:06 
AnswerRe: Combobox Pin
Ravi Mori29-May-09 0:08
Ravi Mori29-May-09 0:08 
AnswerRe: Combobox Pin
AhsanS29-May-09 0:15
AhsanS29-May-09 0:15 
GeneralRe: Combobox Pin
xingselex29-May-09 0:42
xingselex29-May-09 0:42 
GeneralRe: Combobox Pin
Satish Pai29-May-09 1:51
Satish Pai29-May-09 1:51 
GeneralRe: Combobox Pin
Satish Pai29-May-09 1:38
Satish Pai29-May-09 1:38 
GeneralRe: Combobox Pin
xingselex29-May-09 6:27
xingselex29-May-09 6:27 
GeneralRe: Combobox Pin
Satish Pai29-May-09 18:05
Satish Pai29-May-09 18:05 
No Combo Box can store only 2 columns by 2 Properties

1.DisplayMember - This does the work a displaying a column
2.ValueMember - This does a work what value should be returned when a particular item is choose d.

Ex:-

EmpID EMP_Name
1 abc
2 def
3 xyz

when u select a Emp_name - "def" from combo box & if u use "combobox1.selectedvalue" then it returns 2 or if u select "xyz " then it returns 3

doesn't mind if u still didn't get it.Just reply for doubts.
GeneralRe: Combobox Pin
xingselex29-May-09 19:12
xingselex29-May-09 19:12 

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.