Click here to Skip to main content
16,008,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Adding controls to Existing Panel at run time in windows application Pin
Dave Kreskowiak3-Sep-09 6:41
mveDave Kreskowiak3-Sep-09 6:41 
QuestionPlease help with Inserting value from DataGrid in Database Table Pin
Hammad Mansoor2-Sep-09 19:00
Hammad Mansoor2-Sep-09 19:00 
AnswerRe: Please help with Inserting value from DataGrid in Database Table Pin
TheComputerMan2-Sep-09 22:22
TheComputerMan2-Sep-09 22:22 
GeneralRe: Please help with Inserting value from DataGrid in Database Table Pin
Hammad Mansoor2-Sep-09 22:38
Hammad Mansoor2-Sep-09 22:38 
GeneralRe: Please help with Inserting value from DataGrid in Database Table Pin
TheComputerMan2-Sep-09 23:08
TheComputerMan2-Sep-09 23:08 
GeneralRe: Please help with Inserting value from DataGrid in Database Table Pin
Johan Hakkesteegt3-Sep-09 2:40
Johan Hakkesteegt3-Sep-09 2:40 
GeneralRe: Please help with Inserting value from DataGrid in Database Table Pin
Hammad Mansoor3-Sep-09 17:00
Hammad Mansoor3-Sep-09 17:00 
GeneralRe: Please help with Inserting value from DataGrid in Database Table Pin
Johan Hakkesteegt3-Sep-09 20:23
Johan Hakkesteegt3-Sep-09 20:23 
You might as well just forget about the label completely, and try something like this:
cmd1.CommandText = "insert into uu.record_backup(ntn, name, status, enf, aud, sector, delete_user) select ntn, name, status, enf, aud, sector" _
 & ",'" & Label5.Text & "'" & " from uu.total_cases where trim(ntn)='" _
 & GridView1.Rows(e.RowIndex).Cells("NTN").Value & "'"


My advice is free, and you may get what you paid for.

GeneralRe: Please help with Inserting value from DataGrid in Database Table Pin
Hammad Mansoor4-Sep-09 18:22
Hammad Mansoor4-Sep-09 18:22 
Questionhow to retrieve data item from dataset Pin
newdbo2-Sep-09 16:58
newdbo2-Sep-09 16:58 
AnswerRe: how to retrieve data item from dataset Pin
Christian Graus2-Sep-09 17:03
protectorChristian Graus2-Sep-09 17:03 
GeneralRe: how to retrieve data item from dataset Pin
newdbo2-Sep-09 18:17
newdbo2-Sep-09 18:17 
GeneralRe: how to retrieve data item from dataset Pin
Christian Graus2-Sep-09 18:18
protectorChristian Graus2-Sep-09 18:18 
AnswerRe: how to retrieve data item from dataset Pin
Muhammad Mazhar2-Sep-09 19:36
Muhammad Mazhar2-Sep-09 19:36 
QuestionQuestion about cicle For-Next. [modified] Pin
Hurricane30002-Sep-09 10:04
Hurricane30002-Sep-09 10:04 
AnswerRe: Question about cicle For-Next. Pin
Kschuler2-Sep-09 10:57
Kschuler2-Sep-09 10:57 
GeneralRe: Question about cicle For-Next. [modified] Pin
Hurricane30002-Sep-09 11:02
Hurricane30002-Sep-09 11:02 
GeneralRe: Question about cicle For-Next. Pin
Kschuler2-Sep-09 11:25
Kschuler2-Sep-09 11:25 
GeneralRe: Question about cicle For-Next. [modified] Pin
Hurricane30002-Sep-09 11:47
Hurricane30002-Sep-09 11:47 
AnswerRe: Question about cicle For-Next. Pin
Sonhospa2-Sep-09 22:29
Sonhospa2-Sep-09 22:29 
GeneralRe: Question about cicle For-Next. Pin
Hurricane30003-Sep-09 1:25
Hurricane30003-Sep-09 1:25 
GeneralRe: Question about cicle For-Next. Pin
Hurricane30003-Sep-09 6:00
Hurricane30003-Sep-09 6:00 
QuestionPrinting - how to set a standard paper size?? Pin
BluesEnd2-Sep-09 9:38
BluesEnd2-Sep-09 9:38 
AnswerRe: Printing - how to set a standard paper size?? Pin
Henry Minute2-Sep-09 13:07
Henry Minute2-Sep-09 13:07 
GeneralRe: Printing - how to set a standard paper size?? Pin
BluesEnd2-Sep-09 20:46
BluesEnd2-Sep-09 20:46 

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.