Click here to Skip to main content
15,915,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: IOException question Pin
AntDorr8-Aug-06 22:43
AntDorr8-Aug-06 22:43 
AnswerRe: IOException question Pin
Stephen McGuire8-Aug-06 7:34
Stephen McGuire8-Aug-06 7:34 
AnswerRe: IOException question Pin
Dave Kreskowiak8-Aug-06 16:22
mveDave Kreskowiak8-Aug-06 16:22 
GeneralRe: IOException question Pin
Mekong River8-Aug-06 21:50
Mekong River8-Aug-06 21:50 
GeneralRe: IOException question Pin
jonathan159-Aug-06 0:21
jonathan159-Aug-06 0:21 
GeneralRe: IOException question Pin
Dave Kreskowiak9-Aug-06 1:20
mveDave Kreskowiak9-Aug-06 1:20 
QuestionValidation of individual cell in datagrid Pin
hisuman1008-Aug-06 2:54
hisuman1008-Aug-06 2:54 
AnswerRe: Validation of individual cell in datagrid Pin
Stephen McGuire8-Aug-06 7:28
Stephen McGuire8-Aug-06 7:28 
What do you want to validate?

There is a certain amount of validation built into DataGrid controls.
For example, grid columns bound to number type columns in the bound table will not allow letters (A-Z) etc.

Validation is best handled at the table level when working with DataGrids.
Add a handler for the table's OnRowChanging or OnColumnChanging events, check the 'proposed value' and set an error on the row if it does not pass your validation. The grid will respond to this.

Steve
GeneralRe: Validation of individual cell in datagrid Pin
hisuman1008-Aug-06 20:19
hisuman1008-Aug-06 20:19 
GeneralRe: Validation of individual cell in datagrid Pin
Stephen McGuire9-Aug-06 7:08
Stephen McGuire9-Aug-06 7:08 
QuestionHow to get USB Device ID in VB ? [modified] Pin
titusbest8-Aug-06 2:50
titusbest8-Aug-06 2:50 
Questioncrystal report deployment Pin
Pradip Kishore8-Aug-06 1:37
Pradip Kishore8-Aug-06 1:37 
AnswerRe: crystal report deployment Pin
Guerven8-Aug-06 16:42
Guerven8-Aug-06 16:42 
GeneralRe: crystal report deployment Pin
Pradip Kishore9-Aug-06 1:24
Pradip Kishore9-Aug-06 1:24 
Questionhow do i viewing report in vb.net with datasource as mysql ? Pin
Hemachandran pozhichalur8-Aug-06 1:36
Hemachandran pozhichalur8-Aug-06 1:36 
Questionvb.net 2003 Editor typing problem Pin
Vinicius Pontes8-Aug-06 1:18
Vinicius Pontes8-Aug-06 1:18 
AnswerRe: vb.net 2003 Editor typing problem Pin
Dave Kreskowiak8-Aug-06 1:32
mveDave Kreskowiak8-Aug-06 1:32 
GeneralRe: vb.net 2003 Editor typing problem Pin
Vinicius Pontes8-Aug-06 3:35
Vinicius Pontes8-Aug-06 3:35 
QuestionRe: vb.net 2003 Editor typing problem Pin
Vinicius Pontes8-Aug-06 6:43
Vinicius Pontes8-Aug-06 6:43 
AnswerRe: vb.net 2003 Editor typing problem Pin
Guerven8-Aug-06 15:49
Guerven8-Aug-06 15:49 
GeneralRe: vb.net 2003 Editor typing problem Pin
Vinicius Pontes9-Aug-06 3:55
Vinicius Pontes9-Aug-06 3:55 
AnswerRe: vb.net 2003 Editor typing problem Pin
Dave Kreskowiak8-Aug-06 16:19
mveDave Kreskowiak8-Aug-06 16:19 
GeneralRe: vb.net 2003 Editor typing problem Pin
Vinicius Pontes9-Aug-06 3:56
Vinicius Pontes9-Aug-06 3:56 
GeneralRe: vb.net 2003 Editor typing problem Pin
Vinicius Pontes9-Aug-06 4:20
Vinicius Pontes9-Aug-06 4:20 
QuestionBank & Access problem Pin
stoneman88-Aug-06 1:11
stoneman88-Aug-06 1:11 

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.