Click here to Skip to main content
15,904,416 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Subclassing TreeView in VB.Net Pin
Jon_Boy19-Aug-08 5:57
Jon_Boy19-Aug-08 5:57 
GeneralRe: Subclassing TreeView in VB.Net Pin
RMittelman19-Aug-08 8:20
RMittelman19-Aug-08 8:20 
GeneralRe: Subclassing TreeView in VB.Net Pin
Jon_Boy19-Aug-08 8:24
Jon_Boy19-Aug-08 8:24 
QuestionObject cannot be cast from DBNull to other types Pin
honeyashu19-Aug-08 4:10
honeyashu19-Aug-08 4:10 
AnswerRe: Object cannot be cast from DBNull to other types Pin
Jon_Boy19-Aug-08 4:53
Jon_Boy19-Aug-08 4:53 
GeneralRe: Object cannot be cast from DBNull to other types Pin
raffy0023-May-11 20:06
raffy0023-May-11 20:06 
QuestionRunning access query in Vb.net Pin
farah12319-Aug-08 2:57
farah12319-Aug-08 2:57 
AnswerRe: Running access query in Vb.net Pin
astanton197819-Aug-08 7:44
astanton197819-Aug-08 7:44 
There are dozens of tutorials on this subject. I would recommend learning the "right" (there are others) way and looking through this article first. It will guide you in best practice for securely and efficiently connecting to databases.

http://www.codeproject.com/KB/database/ParameterizingAdHocSQL.aspx[^]


Once you have a DataSet or DataTable, you can just set it as the datasource for the grid and bind it.
myWebGrid.DataSource = myDataSet
myWebGrid.DataBind()

Questionhow to allow only one check box to be ticked Pin
honeyashu19-Aug-08 2:13
honeyashu19-Aug-08 2:13 
AnswerRe: how to allow only one check box to be ticked Pin
Smithers-Jones19-Aug-08 2:31
Smithers-Jones19-Aug-08 2:31 
AnswerRe: how to allow only one check box to be ticked [modified] Pin
Jon_Boy19-Aug-08 3:30
Jon_Boy19-Aug-08 3:30 
AnswerRadio Buttons Pin
David Mujica19-Aug-08 3:44
David Mujica19-Aug-08 3:44 
GeneralRe: Radio Buttons Pin
supercat919-Aug-08 7:42
supercat919-Aug-08 7:42 
QuestionCustom Control Pin
fatalwall18-Aug-08 21:25
fatalwall18-Aug-08 21:25 
AnswerRe: Custom Control Pin
Thomas Stockwell20-Aug-08 6:22
professionalThomas Stockwell20-Aug-08 6:22 
QuestionInteractive graphic - Visual Basic 2005 [modified] Pin
brajoez18-Aug-08 14:14
brajoez18-Aug-08 14:14 
AnswerRe: Interactive graphic - Visual Basic 2005 Pin
Christian Graus18-Aug-08 18:54
protectorChristian Graus18-Aug-08 18:54 
JokeRe: Interactive graphic - Visual Basic 2005 Pin
CPallini18-Aug-08 22:02
mveCPallini18-Aug-08 22:02 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
brajoez19-Aug-08 8:35
brajoez19-Aug-08 8:35 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
CPallini19-Aug-08 20:57
mveCPallini19-Aug-08 20:57 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
brajoez20-Aug-08 7:24
brajoez20-Aug-08 7:24 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
CPallini20-Aug-08 21:09
mveCPallini20-Aug-08 21:09 
QuestionVb6 - Adding a module to my project at runtime Pin
setedivento18-Aug-08 9:30
setedivento18-Aug-08 9:30 
AnswerRe: Vb6 - Adding a module to my project at runtime Pin
nlarson1118-Aug-08 10:04
nlarson1118-Aug-08 10:04 
GeneralRe: Vb6 - Adding a module to my project at runtime [modified] Pin
setedivento18-Aug-08 20:16
setedivento18-Aug-08 20:16 

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.