Click here to Skip to main content
15,919,500 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondelete confirm in datagrid Pin
DonVBguy3-Jul-07 6:01
DonVBguy3-Jul-07 6:01 
AnswerRe: delete confirm in datagrid Pin
Dave Kreskowiak3-Jul-07 6:27
mveDave Kreskowiak3-Jul-07 6:27 
GeneralExcept that... Pin
leckey3-Jul-07 8:16
leckey3-Jul-07 8:16 
AnswerRe: delete confirm in datagrid Pin
Urs Enzler3-Jul-07 7:06
Urs Enzler3-Jul-07 7:06 
QuestionMySQL Connection string Pin
vichammer3-Jul-07 4:04
vichammer3-Jul-07 4:04 
AnswerRe: MySQL Connection string Pin
originSH3-Jul-07 4:10
originSH3-Jul-07 4:10 
QuestionDrop down list not displaying items Pin
Brendan Vogt3-Jul-07 2:05
Brendan Vogt3-Jul-07 2:05 
AnswerRe: Drop down list not displaying items Pin
PrakashBhaskar3-Jul-07 2:49
PrakashBhaskar3-Jul-07 2:49 
u have to specify the datasource, do databind, specify datavalue and datatext field

ddlist.DataSource = dataset1.Tables(0)
ddlist.DataBind()
ddlist.DataValueField = "column name"
ddlist.DataTextField = "column name"

Thanks
Warm Regards
Prakash-B

QuestionRe: Drop down list not displaying items Pin
Brendan Vogt3-Jul-07 3:07
Brendan Vogt3-Jul-07 3:07 
AnswerRe: Drop down list not displaying items Pin
Dave Kreskowiak3-Jul-07 5:13
mveDave Kreskowiak3-Jul-07 5:13 
QuestionReading email address from outlook into vb.net Pin
Arunacss3-Jul-07 0:59
Arunacss3-Jul-07 0:59 
AnswerRe: Reading email address from outlook into vb.net Pin
Dave Kreskowiak3-Jul-07 5:07
mveDave Kreskowiak3-Jul-07 5:07 
GeneralRe: Reading email address from outlook into vb.net Pin
Arunacss3-Jul-07 18:57
Arunacss3-Jul-07 18:57 
GeneralRe: Reading email address from outlook into vb.net Pin
Dave Kreskowiak5-Jul-07 4:28
mveDave Kreskowiak5-Jul-07 4:28 
QuestionSystem information Pin
rajmohan19763-Jul-07 0:20
rajmohan19763-Jul-07 0:20 
AnswerRe: System information Pin
originSH3-Jul-07 1:23
originSH3-Jul-07 1:23 
AnswerRe: System information Pin
Luc Pattyn3-Jul-07 4:12
sitebuilderLuc Pattyn3-Jul-07 4:12 
AnswerRe: System information Pin
koolprasad20033-Jul-07 23:09
professionalkoolprasad20033-Jul-07 23:09 
Questionerror in this code Pin
magedhv2-Jul-07 22:32
magedhv2-Jul-07 22:32 
AnswerRe: error in this code Pin
SHatchard2-Jul-07 23:06
SHatchard2-Jul-07 23:06 
GeneralRe: error in this code Pin
Dileep_Vickey2-Jul-07 23:21
Dileep_Vickey2-Jul-07 23:21 
GeneralRe: error in this code Pin
magedhv2-Jul-07 23:28
magedhv2-Jul-07 23:28 
GeneralRe: error in this code Pin
SHatchard3-Jul-07 0:38
SHatchard3-Jul-07 0:38 
GeneralRe: error in this code Pin
ChandraRam3-Jul-07 1:26
ChandraRam3-Jul-07 1:26 
GeneralRe: error in this code Pin
magedhv3-Jul-07 2:11
magedhv3-Jul-07 2:11 

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.