Click here to Skip to main content
15,898,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to read file Pin
Ebube18-Jun-08 4:57
Ebube18-Jun-08 4:57 
GeneralRe: how to read file Pin
Ashfield18-Jun-08 5:25
Ashfield18-Jun-08 5:25 
General0bject refrence exception Pin
Ebube18-Jun-08 7:13
Ebube18-Jun-08 7:13 
GeneralRe: 0bject refrence exception Pin
Ashfield18-Jun-08 8:56
Ashfield18-Jun-08 8:56 
QuestionDatagridview combobox column set selectedvalue Pin
Member 344963618-Jun-08 2:11
Member 344963618-Jun-08 2:11 
AnswerRe: Datagridview combobox column set selectedvalue Pin
Jay Royall18-Jun-08 2:21
Jay Royall18-Jun-08 2:21 
GeneralRe: Datagridview combobox column set selectedvalue Pin
Member 344963618-Jun-08 2:25
Member 344963618-Jun-08 2:25 
GeneralRe: Datagridview combobox column set selectedvalue Pin
Jay Royall18-Jun-08 2:35
Jay Royall18-Jun-08 2:35 
Ah. I had a similar problem. What I was doing wrong was binding the combobox to the datasource and then setting the display and value members when in fact it should be done the other way around.

So it should be:

cboCombo.ValueMember = intValueMember
cboCombo.DisplayMember = strDisplayMember
cboCombo.DataSource = dsDataSource

Maybe you are doing the same thing?
GeneralRe: Datagridview combobox column set selectedvalue Pin
Member 344963618-Jun-08 12:50
Member 344963618-Jun-08 12:50 
GeneralRe: Datagridview combobox column set selectedvalue Pin
ismusidhu30-Mar-10 19:39
ismusidhu30-Mar-10 19:39 
GeneralRe: Datagridview combobox column set selectedvalue Pin
san40329-Dec-10 1:41
san40329-Dec-10 1:41 
GeneralRe: Datagridview combobox column set selectedvalue Pin
imamul.karim3-Mar-11 0:44
imamul.karim3-Mar-11 0:44 
QuestionGraphics Pin
kmbhatt18-Jun-08 1:11
kmbhatt18-Jun-08 1:11 
QuestionVB.NET/SQL Pin
safealloys17-Jun-08 23:51
safealloys17-Jun-08 23:51 
AnswerRe: VB.NET/SQL Pin
Noctris18-Jun-08 0:09
Noctris18-Jun-08 0:09 
AnswerRe: VB.NET/SQL Pin
Ashfield18-Jun-08 3:44
Ashfield18-Jun-08 3:44 
QuestionFrom name as String to form reference Pin
nishkarsh_k17-Jun-08 23:48
nishkarsh_k17-Jun-08 23:48 
AnswerRe: From name as String to form reference Pin
darkelv18-Jun-08 15:34
darkelv18-Jun-08 15:34 
QuestionHow to save images into SQL database using ASP.net under VB instead of C# Pin
anting17-Jun-08 22:59
anting17-Jun-08 22:59 
AnswerRe: How to save images into SQL database using ASP.net under VB instead of C# Pin
Smithers-Jones17-Jun-08 23:04
Smithers-Jones17-Jun-08 23:04 
Questionreading logfile Pin
Ebube17-Jun-08 21:21
Ebube17-Jun-08 21:21 
AnswerRe: reading logfile Pin
Noctris18-Jun-08 0:14
Noctris18-Jun-08 0:14 
GeneralRe: reading logfile Pin
Ebube18-Jun-08 4:35
Ebube18-Jun-08 4:35 
GeneralRe: reading logfile Pin
Noctris18-Jun-08 6:02
Noctris18-Jun-08 6:02 
AnswerRe: reading logfile Pin
Hasan Jaffal18-Jun-08 20:05
Hasan Jaffal18-Jun-08 20:05 

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.