Click here to Skip to main content
15,927,514 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to prevent program from open more than once at the same time? Pin
kubben4-Apr-07 14:25
kubben4-Apr-07 14:25 
AnswerRe: how to prevent program from open more than once at the same time? Pin
Xandip20-Apr-07 2:37
Xandip20-Apr-07 2:37 
Questionbinding radio buttons data Pin
abbss.gaurav4-Apr-07 7:48
abbss.gaurav4-Apr-07 7:48 
AnswerRe: binding radio buttons data Pin
Christian Graus4-Apr-07 10:15
protectorChristian Graus4-Apr-07 10:15 
Questiondata reader giving problem Pin
abbss.gaurav4-Apr-07 7:41
abbss.gaurav4-Apr-07 7:41 
AnswerRe: data reader giving problem Pin
Colin Angus Mackay4-Apr-07 11:05
Colin Angus Mackay4-Apr-07 11:05 
Questionhw to delete row from data grid in run time??? Pin
abbss.gaurav4-Apr-07 7:31
abbss.gaurav4-Apr-07 7:31 
AnswerRe: hw to delete row from data grid in run time??? Pin
Johan Hakkesteegt9-Apr-07 20:13
Johan Hakkesteegt9-Apr-07 20:13 
Hi,

The datagrid control only shows data, and allows you and/or the user to manipulate that data. deleting a row from the datagrid doesn't automatically delete it from the datagrid's data source.

So the question is, what do you use as the data source for your datagrid, and how did you bind it to it? If it is a datatable, how do you populate it? If it is a dataset, where does the dataset get its data from?

Or in other words, deleting the row from the datagrid only affects what you see at that moment. You will have to delete the row from the data source as well.

Good luck,

Johan

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

QuestionHELP! Custom Eye-dropper Pin
gatorlaid4-Apr-07 7:21
gatorlaid4-Apr-07 7:21 
GeneralQuick Watch Error "Cannot Obtain Value" Pin
jPucci4-Apr-07 7:11
jPucci4-Apr-07 7:11 
QuestionDialog boxes Pin
Diego F.4-Apr-07 5:26
Diego F.4-Apr-07 5:26 
AnswerRe: Dialog boxes Pin
Kschuler4-Apr-07 6:11
Kschuler4-Apr-07 6:11 
GeneralRe: Dialog boxes Pin
Diego F.10-Apr-07 1:33
Diego F.10-Apr-07 1:33 
GeneralRe: Dialog boxes Pin
Kschuler10-Apr-07 2:46
Kschuler10-Apr-07 2:46 
GeneralRe: Dialog boxes Pin
Diego F.10-Apr-07 4:11
Diego F.10-Apr-07 4:11 
GeneralRe: Dialog boxes Pin
Kschuler10-Apr-07 4:15
Kschuler10-Apr-07 4:15 
GeneralRe: Dialog boxes Pin
Diego F.10-Apr-07 4:59
Diego F.10-Apr-07 4:59 
QuestionCombobox again Pin
Jodd4-Apr-07 5:07
Jodd4-Apr-07 5:07 
AnswerRe: Combobox again Pin
Kschuler4-Apr-07 6:14
Kschuler4-Apr-07 6:14 
GeneralRe: Combobox again Pin
Jodd4-Apr-07 6:28
Jodd4-Apr-07 6:28 
GeneralRe: Combobox again Pin
Kschuler4-Apr-07 7:40
Kschuler4-Apr-07 7:40 
GeneralRe: Combobox again Pin
Jodd4-Apr-07 13:48
Jodd4-Apr-07 13:48 
GeneralRe: Combobox again Pin
Kschuler5-Apr-07 2:37
Kschuler5-Apr-07 2:37 
QuestionSetting the control height Pin
ChrisDavidson4-Apr-07 4:43
ChrisDavidson4-Apr-07 4:43 
QuestionWindows Installer 3.1 Pin
Karma312514-Apr-07 3:31
Karma312514-Apr-07 3:31 

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.