Click here to Skip to main content
15,925,661 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 5:11
waner michaud24-May-10 5:11 
AnswerRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 6:18
professionalDr.Walt Fair, PE24-May-10 6:18 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 7:09
waner michaud24-May-10 7:09 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 7:37
professionalDr.Walt Fair, PE24-May-10 7:37 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 7:43
waner michaud24-May-10 7:43 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 7:52
professionalDr.Walt Fair, PE24-May-10 7:52 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 8:13
waner michaud24-May-10 8:13 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 8:45
professionalDr.Walt Fair, PE24-May-10 8:45 
To get a different row, just put the row index in the Item method. To get all the rows, loop through them all in a For loop or a For Each loop and add them wherever you want.

You know, this stuff is covered in beginning books and tutorials.
CQ de W5ALT

Walt Fair, Jr., P. E.
Comport Computing
Specializing in Technical Engineering Software


GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 8:56
waner michaud24-May-10 8:56 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Luc Pattyn24-May-10 9:23
sitebuilderLuc Pattyn24-May-10 9:23 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Dr.Walt Fair, PE24-May-10 9:33
professionalDr.Walt Fair, PE24-May-10 9:33 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 11:19
waner michaud24-May-10 11:19 
AnswerRe: how can i pass a value from a datagrid into a textbox? Pin
Luc Pattyn24-May-10 7:41
sitebuilderLuc Pattyn24-May-10 7:41 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 7:44
waner michaud24-May-10 7:44 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
Luc Pattyn24-May-10 7:47
sitebuilderLuc Pattyn24-May-10 7:47 
GeneralRe: how can i pass a value from a datagrid into a textbox? Pin
waner michaud24-May-10 7:51
waner michaud24-May-10 7:51 
Questionmake ocx Pin
tuolesi24-May-10 4:57
tuolesi24-May-10 4:57 
AnswerRe: make ocx Pin
Dave Kreskowiak24-May-10 6:33
mveDave Kreskowiak24-May-10 6:33 
QuestionLoad and unload assembly Pin
cstrader23224-May-10 4:54
cstrader23224-May-10 4:54 
AnswerRe: Load and unload assembly Pin
Luc Pattyn24-May-10 5:02
sitebuilderLuc Pattyn24-May-10 5:02 
GeneralRe: Load and unload assembly Pin
cstrader23224-May-10 5:21
cstrader23224-May-10 5:21 
GeneralRe: Load and unload assembly Pin
Luc Pattyn24-May-10 5:26
sitebuilderLuc Pattyn24-May-10 5:26 
GeneralRe: Load and unload assembly Pin
cstrader23224-May-10 5:42
cstrader23224-May-10 5:42 
QuestionVS 2010 - sqlexpress - connection string in wcf service Pin
nlarson1124-May-10 3:46
nlarson1124-May-10 3:46 
AnswerRe: VS 2010 - sqlexpress - connection string in wcf service Pin
Johan Hakkesteegt24-May-10 21:47
Johan Hakkesteegt24-May-10 21:47 

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.