Click here to Skip to main content
15,911,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB.Net Pin
Smithers-Jones5-Aug-08 1:44
Smithers-Jones5-Aug-08 1:44 
AnswerRe: VB.Net Pin
Steven J Jowett5-Aug-08 4:23
Steven J Jowett5-Aug-08 4:23 
GeneralRe: VB.Net Pin
Thomas Stockwell5-Aug-08 9:07
professionalThomas Stockwell5-Aug-08 9:07 
QuestionInteract with NET service using VB.NET Pin
spidervn4-Aug-08 23:00
spidervn4-Aug-08 23:00 
AnswerRe: Interact with NET service using VB.NET Pin
jzonthemtn5-Aug-08 4:18
jzonthemtn5-Aug-08 4:18 
Questionset the selected value for drop down from a database query (VB.NET) Pin
kjalandoon4-Aug-08 22:43
kjalandoon4-Aug-08 22:43 
AnswerRe: set the selected value for drop down from a database query (VB.NET) Pin
Vimalsoft(Pty) Ltd4-Aug-08 23:06
professionalVimalsoft(Pty) Ltd4-Aug-08 23:06 
AnswerRe: set the selected value for drop down from a database query (VB.NET) Pin
chandralekha4-Aug-08 23:28
chandralekha4-Aug-08 23:28 
You can select the needed value from the database.If DropDownList1 be the dropdownlist which contain the values a,b,c,d.You can make the selected item of the dropdownlist as that value.If you used a DataReader to retrive the data from database

DropDownList1.SelectedItem =dr(0).ToString()

where dr is my DataReader

Hope This Code Help You
AnswerRe: set the selected value for drop down from a database query (VB.NET) Pin
jzonthemtn5-Aug-08 4:27
jzonthemtn5-Aug-08 4:27 
Questionvideo streaming Pin
salam ellayan4-Aug-08 21:46
salam ellayan4-Aug-08 21:46 
Questioncontrol Issue Pin
Tauseef A4-Aug-08 21:02
Tauseef A4-Aug-08 21:02 
AnswerNo cracks Pin
David Mujica5-Aug-08 5:51
David Mujica5-Aug-08 5:51 
Question[Message Deleted] Pin
member274-Aug-08 19:24
member274-Aug-08 19:24 
AnswerRe: Minimise the fOrm in start up Pin
Johan Hakkesteegt4-Aug-08 19:48
Johan Hakkesteegt4-Aug-08 19:48 
QuestionText margin in textbox problem.. Pin
shee_dee864-Aug-08 15:48
shee_dee864-Aug-08 15:48 
QuestionGooglemaps in VB.NET WinForms Application Pin
bornvenus4-Aug-08 15:45
bornvenus4-Aug-08 15:45 
Questionshortest list of four letter words Pin
Sarfaraj Ahmed4-Aug-08 15:39
Sarfaraj Ahmed4-Aug-08 15:39 
QuestionRe: shortest list of four letter words Pin
jzonthemtn4-Aug-08 15:45
jzonthemtn4-Aug-08 15:45 
AnswerRe: shortest list of four letter words Pin
PIEBALDconsult4-Aug-08 15:57
mvePIEBALDconsult4-Aug-08 15:57 
AnswerRe: shortest list of four letter words Pin
Johan Hakkesteegt4-Aug-08 19:55
Johan Hakkesteegt4-Aug-08 19:55 
AnswerRe: shortest list of four letter words Pin
Ashfield5-Aug-08 1:42
Ashfield5-Aug-08 1:42 
QuestionVB Dot Net Pin
msmahmood644-Aug-08 8:06
msmahmood644-Aug-08 8:06 
AnswerRe: VB Dot Net Pin
Paul Conrad4-Aug-08 9:08
professionalPaul Conrad4-Aug-08 9:08 
AnswerRe: VB Dot Net Pin
Vimalsoft(Pty) Ltd4-Aug-08 11:48
professionalVimalsoft(Pty) Ltd4-Aug-08 11:48 
QuestionHow do add a dynamic dropdown list to a property in a custom control. Pin
chas0364-Aug-08 7:49
chas0364-Aug-08 7:49 

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.