Click here to Skip to main content
15,891,529 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: automatically click a button in datagrid row Pin
lavanya_satheesh1-Dec-05 18:50
lavanya_satheesh1-Dec-05 18:50 
GeneralRe: automatically click a button in datagrid row Pin
wsturdev2-Dec-05 1:34
wsturdev2-Dec-05 1:34 
QuestionSaving data of datagrid for VB.NET Pin
Pravin H1-Dec-05 1:52
Pravin H1-Dec-05 1:52 
Questionserial no. in datagrid row header. Pin
abhinish1-Dec-05 1:31
abhinish1-Dec-05 1:31 
AnswerRe: serial no. in datagrid row header. Pin
lavanya_satheesh1-Dec-05 18:53
lavanya_satheesh1-Dec-05 18:53 
GeneralRe: serial no. in datagrid row header. Pin
abhinish1-Dec-05 20:50
abhinish1-Dec-05 20:50 
QuestionCan we send a datagrid's records directly to the database? Pin
lavanya_satheesh1-Dec-05 0:28
lavanya_satheesh1-Dec-05 0:28 
AnswerRe: Can we send a datagrid's records directly to the database? Pin
Pravin H8-Dec-05 1:58
Pravin H8-Dec-05 1:58 
First count the no of row in dataset
dim rowno as integer = dataset.row.count

for rowno = 0 to rowno 'creating a loop
dim strval as string=datagrid.items(row#,coloum1).tostring

dim insert as string = "insert into table(field)values(strval)'write the insert command here
cmd1 = new oldbcommdbuilder(insert)
cmd1.nonexecutereader
next

hope it helps you
If you still have any questions let me know i will give you detailed explanation.

take care
Regards
Big Grin | :-D


GeneralRe: Can we send a datagrid's records directly to the database? Pin
lavanya_satheesh8-Dec-05 17:03
lavanya_satheesh8-Dec-05 17:03 
Questionhow to Bind 2 Tabels to one DataGrid ? Pin
microuser_20001-Dec-05 0:03
microuser_20001-Dec-05 0:03 
AnswerRe: how to Bind 2 Tabels to one DataGrid ? Pin
lavanya_satheesh1-Dec-05 19:27
lavanya_satheesh1-Dec-05 19:27 
QuestionSelect row in Datagrid Pin
bhavanamshah30-Nov-05 23:56
bhavanamshah30-Nov-05 23:56 
Questionnewbie in VB.NET Pin
Soniam30-Nov-05 23:19
Soniam30-Nov-05 23:19 
AnswerRe: newbie in VB.NET Pin
Joshua Quick1-Dec-05 11:34
Joshua Quick1-Dec-05 11:34 
AnswerRe: newbie in VB.NET Pin
dptalt2-Dec-05 2:20
dptalt2-Dec-05 2:20 
QuestionError while trying to run project Pin
alwinSCH30-Nov-05 21:21
alwinSCH30-Nov-05 21:21 
AnswerRe: Error while trying to run project Pin
Steve Pullan1-Dec-05 17:45
Steve Pullan1-Dec-05 17:45 
QuestionVB 6 Windows Services running in WinXP Environment Pin
miceisland30-Nov-05 15:57
miceisland30-Nov-05 15:57 
AnswerRe: VB 6 Windows Services running in WinXP Environment Pin
miceisland30-Nov-05 21:05
miceisland30-Nov-05 21:05 
AnswerRe: VB 6 Windows Services running in WinXP Environment Pin
Dave Kreskowiak1-Dec-05 6:13
mveDave Kreskowiak1-Dec-05 6:13 
GeneralRe: VB 6 Windows Services running in WinXP Environment Pin
miceisland1-Dec-05 22:18
miceisland1-Dec-05 22:18 
GeneralRe: VB 6 Windows Services running in WinXP Environment Pin
Dave Kreskowiak2-Dec-05 2:49
mveDave Kreskowiak2-Dec-05 2:49 
GeneralRe: VB 6 Windows Services running in WinXP Environment Pin
miceisland4-Dec-05 15:02
miceisland4-Dec-05 15:02 
QuestionUsing C++ virtual functions in DLL Pin
lkd_8530-Nov-05 12:31
lkd_8530-Nov-05 12:31 
AnswerRe: Using C++ virtual functions in DLL Pin
Christian Graus30-Nov-05 13:47
protectorChristian Graus30-Nov-05 13: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.