Click here to Skip to main content
15,881,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to controll cells inside Table1DataGridView Pin
JohnPayton13-May-12 20:53
JohnPayton13-May-12 20:53 
GeneralRe: how to controll cells inside Table1DataGridView Pin
romo2213-May-12 21:19
romo2213-May-12 21:19 
GeneralRe: how to controll cells inside Table1DataGridView Pin
romo2213-May-12 22:16
romo2213-May-12 22:16 
GeneralRe: how to controll cells inside Table1DataGridView Pin
romo2214-May-12 9:44
romo2214-May-12 9:44 
GeneralRe: how to controll cells inside Table1DataGridView Pin
JohnPayton14-May-12 12:29
JohnPayton14-May-12 12:29 
GeneralRe: how to controll cells inside Table1DataGridView Pin
romo2214-May-12 22:27
romo2214-May-12 22:27 
GeneralRe: how to controll cells inside Table1DataGridView Pin
JohnPayton15-May-12 12:46
JohnPayton15-May-12 12:46 
GeneralRe: how to controll cells inside Table1DataGridView Pin
romo2215-May-12 13:47
romo2215-May-12 13:47 
Hi John thank you for standing with me in this code

I got this error

" Operator '=' is not defined for type 'DBNull' and type 'Integer'."

VB
DataGridView1.Rows(pRowNo).Cells(0).Value = 1



I tried to do something like this

VB
DataGridView1.Rows(pRowNo).Cells(0).Value.Tobit = 1


but I still get the same error notice that I'm working on Visual basic Studio 2010 is ther any difference Confused | :confused:
GeneralRe: how to controll cells inside Table1DataGridView Pin
JohnPayton15-May-12 15:47
JohnPayton15-May-12 15:47 
Questionconvert c# to vb Pin
radinabedi12-May-12 20:20
radinabedi12-May-12 20:20 
AnswerRe: convert c# to vb Pin
Duc Huy Nguyen12-May-12 22:09
Duc Huy Nguyen12-May-12 22:09 
QuestionText box problem Pin
rusydan.khir11-May-12 10:39
rusydan.khir11-May-12 10:39 
AnswerRe: Text box problem Pin
Dave Kreskowiak11-May-12 10:54
mveDave Kreskowiak11-May-12 10:54 
GeneralRe: Text box problem Pin
rusydan.khir11-May-12 16:24
rusydan.khir11-May-12 16:24 
GeneralRe: Text box problem Pin
Dave Kreskowiak12-May-12 4:19
mveDave Kreskowiak12-May-12 4:19 
AnswerRe: Text box problem Pin
Richard MacCutchan11-May-12 22:49
mveRichard MacCutchan11-May-12 22:49 
GeneralRe: Text box problem Pin
rusydan.khir13-May-12 0:55
rusydan.khir13-May-12 0:55 
GeneralRe: Text box problem Pin
Richard MacCutchan13-May-12 1:20
mveRichard MacCutchan13-May-12 1:20 
QuestionGetting error System.InvalidCastException occurred Pin
KireronThunderStone11-May-12 1:09
KireronThunderStone11-May-12 1:09 
AnswerRe: Getting error System.InvalidCastException occurred Pin
Dave Kreskowiak11-May-12 1:40
mveDave Kreskowiak11-May-12 1:40 
GeneralRe: Getting error System.InvalidCastException occurred Pin
KireronThunderStone11-May-12 9:28
KireronThunderStone11-May-12 9:28 
AnswerRe: Getting error System.InvalidCastException occurred Pin
Richard MacCutchan11-May-12 2:45
mveRichard MacCutchan11-May-12 2:45 
GeneralRe: Getting error System.InvalidCastException occurred Pin
KireronThunderStone11-May-12 9:24
KireronThunderStone11-May-12 9:24 
GeneralRe: Getting error System.InvalidCastException occurred Pin
Richard MacCutchan11-May-12 22:45
mveRichard MacCutchan11-May-12 22:45 
GeneralRe: Getting error System.InvalidCastException occurred Pin
Luc Pattyn12-May-12 1:55
sitebuilderLuc Pattyn12-May-12 1:55 

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.