Click here to Skip to main content
15,914,416 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Read an XML file as a datafile Pin
Dave Kreskowiak24-Oct-06 5:04
mveDave Kreskowiak24-Oct-06 5:04 
GeneralRe: Read an XML file as a datafile Pin
sybux200025-Oct-06 21:03
sybux200025-Oct-06 21:03 
QuestionOne last hope Pin
Pete Newman24-Oct-06 4:09
Pete Newman24-Oct-06 4:09 
AnswerRe: One last hope Pin
nlarson1124-Oct-06 4:15
nlarson1124-Oct-06 4:15 
GeneralRe: One last hope Pin
Pete Newman24-Oct-06 4:23
Pete Newman24-Oct-06 4:23 
GeneralRe: One last hope Pin
Pete Newman24-Oct-06 4:25
Pete Newman24-Oct-06 4:25 
GeneralRe: One last hope Pin
Pete Newman24-Oct-06 4:44
Pete Newman24-Oct-06 4:44 
GeneralRe: One last hope [modified] Pin
nlarson1124-Oct-06 4:52
nlarson1124-Oct-06 4:52 
look at your webpage.
double click on the button

that will add code for the click event of your button
inside the click event-connect to the database.

run your select statement returning a dataset(ds) using either a helper or an adapter

textbox1.text = ds.tables(0).rows(0)(0)



-- modified at 10:58 Tuesday 24th October, 2006
QuestionStatus Message Pin
jds120724-Oct-06 3:16
jds120724-Oct-06 3:16 
AnswerRe: Status Message Pin
nlarson1124-Oct-06 4:19
nlarson1124-Oct-06 4:19 
GeneralRe: Status Message Pin
jds120724-Oct-06 4:46
jds120724-Oct-06 4:46 
GeneralRe: Status Message Pin
Dave Kreskowiak24-Oct-06 4:55
mveDave Kreskowiak24-Oct-06 4:55 
GeneralRe: Status Message Pin
jds120724-Oct-06 5:21
jds120724-Oct-06 5:21 
GeneralRe: Status Message Pin
nlarson1124-Oct-06 4:55
nlarson1124-Oct-06 4:55 
GeneralRe: Status Message Pin
jds120724-Oct-06 5:22
jds120724-Oct-06 5:22 
Questionvb file in .net Pin
Ballita24-Oct-06 0:46
Ballita24-Oct-06 0:46 
AnswerRe: vb file in .net Pin
Dave Sexton24-Oct-06 2:13
Dave Sexton24-Oct-06 2:13 
AnswerRe: vb file in .net Pin
Dave Kreskowiak24-Oct-06 4:51
mveDave Kreskowiak24-Oct-06 4:51 
QuestionHelp Pin
Evalee23-Oct-06 23:07
Evalee23-Oct-06 23:07 
AnswerRe: Help Pin
Dave Sexton24-Oct-06 2:11
Dave Sexton24-Oct-06 2:11 
GeneralRe: Help Pin
nlarson1124-Oct-06 4:23
nlarson1124-Oct-06 4:23 
GeneralRe: Help Pin
Evalee24-Oct-06 4:58
Evalee24-Oct-06 4:58 
QuestionSubstraction in Date datatype [modified] Pin
Newbie_dydy8523-Oct-06 9:54
Newbie_dydy8523-Oct-06 9:54 
AnswerRe: Substraction in Date datatype Pin
Guffa23-Oct-06 10:08
Guffa23-Oct-06 10:08 
AnswerRe: Substraction in Date datatype Pin
Are Jay23-Oct-06 16:03
Are Jay23-Oct-06 16:03 

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.