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

Visual Basic

 
AnswerRe: code to create textbox at runtime Pin
Christian Graus15-Jan-07 10:11
protectorChristian Graus15-Jan-07 10:11 
GeneralRe: code to create textbox at runtime Pin
mhh1215-Jan-07 10:55
mhh1215-Jan-07 10:55 
GeneralRe: code to create textbox at runtime Pin
Christian Graus15-Jan-07 13:13
protectorChristian Graus15-Jan-07 13:13 
QuestionConnecting oracle DB with vb.net Pin
coolgg15-Jan-07 8:40
coolgg15-Jan-07 8:40 
AnswerRe: Connecting oracle DB with vb.net [modified] Pin
StianSandberg15-Jan-07 9:07
StianSandberg15-Jan-07 9:07 
AnswerRe: Connecting oracle DB with vb.net Pin
Vasudevan Deepak Kumar15-Jan-07 17:02
Vasudevan Deepak Kumar15-Jan-07 17:02 
QuestionVB 2005 Gridview question Pin
john_paul15-Jan-07 8:20
john_paul15-Jan-07 8:20 
AnswerRe: VB 2005 Gridview question Pin
Kschuler15-Jan-07 9:59
Kschuler15-Jan-07 9:59 
There are many ways to do this. Probably the easiest way would be to add a DataGridViewCheckBoxColumn to your GridView. Then set the FalseValue property and the TrueValue property of this column. Then set the DataPropertyName property to the field you want to bind this control to from your DataTable/DataSet or whatever you are binding to the DataGrid. Now when the box is checked that field in the DataTable/DataSet will be set to whatever value you set as the TrueValue property.

I hope this at least will put you on the right track. Good luck.
QuestionCan DataGridview view No of Rows on Row's Header?? Pin
kindman_nb15-Jan-07 8:12
kindman_nb15-Jan-07 8:12 
QuestionPlease Guide Me Pin
Ashish Porwal15-Jan-07 5:10
Ashish Porwal15-Jan-07 5:10 
AnswerRe: Please Guide Me Pin
Pete O'Hanlon15-Jan-07 5:18
mvePete O'Hanlon15-Jan-07 5:18 
AnswerRe: Please Guide Me Pin
Christian Graus15-Jan-07 10:15
protectorChristian Graus15-Jan-07 10:15 
QuestionReading all lines from text file Pin
johnjsm15-Jan-07 5:01
johnjsm15-Jan-07 5:01 
AnswerRe: Reading all lines from text file Pin
nlarson1115-Jan-07 5:44
nlarson1115-Jan-07 5:44 
QuestionWhats the solution? Pin
ashwath197915-Jan-07 4:36
ashwath197915-Jan-07 4:36 
AnswerRe: Whats the solution? [modified] Pin
nlarson1115-Jan-07 5:20
nlarson1115-Jan-07 5:20 
GeneralRe: Whats the solution? Pin
ashwath197915-Jan-07 5:37
ashwath197915-Jan-07 5:37 
QuestionDelete data?????????????? Pin
alek hunter15-Jan-07 4:23
alek hunter15-Jan-07 4:23 
AnswerRe: Delete data?????????????? Pin
Dave Kreskowiak15-Jan-07 5:48
mveDave Kreskowiak15-Jan-07 5:48 
GeneralRe: Delete data?????????????? Pin
alek hunter15-Jan-07 7:28
alek hunter15-Jan-07 7:28 
GeneralRe: Delete data?????????????? Pin
Dave Kreskowiak15-Jan-07 19:24
mveDave Kreskowiak15-Jan-07 19:24 
Questionvisual basic.net Pin
kendo1715-Jan-07 3:40
kendo1715-Jan-07 3:40 
AnswerRe: visual basic.net Pin
MatthysDT15-Jan-07 4:07
MatthysDT15-Jan-07 4:07 
GeneralRe: visual basic.net Pin
kendo1715-Jan-07 5:12
kendo1715-Jan-07 5:12 
GeneralRe: visual basic.net Pin
nlarson1115-Jan-07 5:27
nlarson1115-Jan-07 5:27 

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.