Click here to Skip to main content
15,921,212 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionNo option group in VB2008? Pin
Sonhospa3-Mar-09 0:22
Sonhospa3-Mar-09 0:22 
Questioncreate setup Pin
Member 44132832-Mar-09 23:11
Member 44132832-Mar-09 23:11 
AnswerRe: create setup Pin
Steven J Jowett3-Mar-09 5:49
Steven J Jowett3-Mar-09 5:49 
AnswerRe: create setup Pin
Smithers-Jones4-Mar-09 4:16
Smithers-Jones4-Mar-09 4:16 
QuestionCOM components for Visual Studio Pin
hrishiS2-Mar-09 23:01
hrishiS2-Mar-09 23:01 
AnswerRe: COM components for Visual Studio Pin
Steven J Jowett3-Mar-09 5:51
Steven J Jowett3-Mar-09 5:51 
GeneralRe: COM components for Visual Studio Pin
hrishiS3-Mar-09 17:16
hrishiS3-Mar-09 17:16 
QuestionTo Remote or not to remote, and if so: how ? that is the question. Pin
Noctris2-Mar-09 21:46
Noctris2-Mar-09 21:46 
Questionvisibility of tabpage for tabcontrol [modified] Pin
hrishiS2-Mar-09 20:54
hrishiS2-Mar-09 20:54 
AnswerRe: visibility of tabpage for tabcontrol Pin
Rupesh Kumar Swami2-Mar-09 22:14
Rupesh Kumar Swami2-Mar-09 22:14 
GeneralRe: visibility of tabpage for tabcontrol Pin
dan!sh 2-Mar-09 22:32
professional dan!sh 2-Mar-09 22:32 
GeneralRe: visibility of tabpage for tabcontrol Pin
Rupesh Kumar Swami2-Mar-09 23:05
Rupesh Kumar Swami2-Mar-09 23:05 
GeneralRe: visibility of tabpage for tabcontrol Pin
hrishiS3-Mar-09 0:31
hrishiS3-Mar-09 0:31 
AnswerRe: visibility of tabpage for tabcontrol Pin
dan!sh 2-Mar-09 22:38
professional dan!sh 2-Mar-09 22:38 
GeneralRe: visibility of tabpage for tabcontrol Pin
hrishiS3-Mar-09 0:34
hrishiS3-Mar-09 0:34 
GeneralRe: visibility of tabpage for tabcontrol Pin
Rupesh Kumar Swami3-Mar-09 1:14
Rupesh Kumar Swami3-Mar-09 1:14 
GeneralRe: visibility of tabpage for tabcontrol Pin
dan!sh 3-Mar-09 7:00
professional dan!sh 3-Mar-09 7:00 
GeneralRe: visibility of tabpage for tabcontrol Pin
Rupesh Kumar Swami4-Mar-09 1:04
Rupesh Kumar Swami4-Mar-09 1:04 
QuestionProblem in TabControl and frame/panel. Pin
priyamtheone2-Mar-09 20:29
priyamtheone2-Mar-09 20:29 
Questionclear datagrid in vb.net Pin
hrishiS2-Mar-09 19:45
hrishiS2-Mar-09 19:45 
AnswerRe: clear datagrid in vb.net Pin
Christian Graus2-Mar-09 19:48
protectorChristian Graus2-Mar-09 19:48 
GeneralRe: clear datagrid in vb.net Pin
hrishiS2-Mar-09 20:36
hrishiS2-Mar-09 20:36 
GeneralRe: clear datagrid in vb.net Pin
0x3c02-Mar-09 20:48
0x3c02-Mar-09 20:48 
GeneralRe: clear datagrid in vb.net Pin
hrishiS2-Mar-09 20:57
hrishiS2-Mar-09 20:57 
GeneralRe: clear datagrid in vb.net Pin
0x3c03-Mar-09 5:46
0x3c03-Mar-09 5:46 
In which case, you simply need to set the DataSource to Nothing; alternatively you could simply use DataGrid.Clear(). By the term 'object' I mean the database or data source which the DataGrid is bound to. Sorry if I caused any confusion. Incidentally, you could have found your answer from

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.