Click here to Skip to main content
16,005,206 members
Home / Discussions / C#
   

C#

 
QuestionInvalid or missing keycodeV2.dll Pin
Shah Khalid5-Dec-06 1:37
Shah Khalid5-Dec-06 1:37 
Question"Closing" and "FormClosing" difference ? Pin
stancrm5-Dec-06 1:07
stancrm5-Dec-06 1:07 
AnswerRe: "Closing" and "FormClosing" difference ? Pin
Mandaar Kulkarni5-Dec-06 2:14
Mandaar Kulkarni5-Dec-06 2:14 
QuestionNeed Urgent Help Pin
dhanabalanr5-Dec-06 0:58
dhanabalanr5-Dec-06 0:58 
AnswerRe: Need Urgent Help Pin
J4amieC5-Dec-06 2:28
J4amieC5-Dec-06 2:28 
GeneralRe: Need Urgent Help Pin
dhanabalanr5-Dec-06 16:59
dhanabalanr5-Dec-06 16:59 
QuestionDropdown list in windows forms Pin
krishna195-Dec-06 0:54
krishna195-Dec-06 0:54 
AnswerRe: Dropdown list in windows forms Pin
Mandaar Kulkarni5-Dec-06 1:03
Mandaar Kulkarni5-Dec-06 1:03 
It is fine upto setting the datasource of the combo box.
But Just by setting datasource, the combo doesnot understand which field of the table to be displayed.
For that you have to set the DisplayMember property.
The displaymember property will contain all the coulmn names of the table you have retrived in the dataset.

If you want to display some property (e.g. Name) and internally use another property (e.g ID) then you can set ValueMember property as follows

DisplayMember=Name;
ValueMember=ID;

Hope this helps. Smile | :)

QuestionPlz Plz help me Pin
imshimshal5-Dec-06 0:45
imshimshal5-Dec-06 0:45 
GeneralRe: Plz Plz help me Pin
Martin#5-Dec-06 1:02
Martin#5-Dec-06 1:02 
GeneralRe: Plz Plz help me Pin
imshimshal6-Dec-06 19:39
imshimshal6-Dec-06 19:39 
GeneralRe: Plz Plz help me Pin
Martin#6-Dec-06 22:36
Martin#6-Dec-06 22:36 
AnswerPlz Plz dnt us smsspk in da 4rm Pin
J4amieC5-Dec-06 4:43
J4amieC5-Dec-06 4:43 
GeneralRe: Plz Plz dnt us smsspk in da 4rm Pin
imshimshal6-Dec-06 19:40
imshimshal6-Dec-06 19:40 
Questionhow to select Rows based on row count Pin
Rmesh5-Dec-06 0:24
Rmesh5-Dec-06 0:24 
AnswerRe: how to select Rows based on row count Pin
_mubashir5-Dec-06 0:46
_mubashir5-Dec-06 0:46 
QuestionGetting group names Pin
quiteSmart5-Dec-06 0:21
quiteSmart5-Dec-06 0:21 
Questionexcluding a node from loading in datagridview Pin
Yustme4-Dec-06 22:49
Yustme4-Dec-06 22:49 
AnswerRe: excluding a node from loading in datagridview Pin
quiteSmart4-Dec-06 23:11
quiteSmart4-Dec-06 23:11 
GeneralRe: excluding a node from loading in datagridview Pin
Yustme4-Dec-06 23:21
Yustme4-Dec-06 23:21 
GeneralRe: excluding a node from loading in datagridview Pin
quiteSmart4-Dec-06 23:27
quiteSmart4-Dec-06 23:27 
GeneralRe: excluding a node from loading in datagridview Pin
Yustme4-Dec-06 23:32
Yustme4-Dec-06 23:32 
AnswerRe: excluding a node from loading in datagridview Pin
Eric Dahlvang5-Dec-06 3:48
Eric Dahlvang5-Dec-06 3:48 
GeneralRe: excluding a node from loading in datagridview Pin
Yustme5-Dec-06 3:58
Yustme5-Dec-06 3:58 
Questionupdating Assembley in GAC Pin
mnaveed4-Dec-06 22:33
mnaveed4-Dec-06 22:33 

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.