Click here to Skip to main content
15,913,944 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Dynamic menu ASP.Net, VB.Net, Oracle Pin
Dave Kreskowiak23-Apr-05 2:50
mveDave Kreskowiak23-Apr-05 2:50 
GeneralOnBuildProjConfigDone ignored Pin
magilvia14-Apr-05 12:08
magilvia14-Apr-05 12:08 
GeneralRe: OnBuildProjConfigDone ignored Pin
Dave Kreskowiak14-Apr-05 16:31
mveDave Kreskowiak14-Apr-05 16:31 
GeneralRe: OnBuildProjConfigDone ignored Pin
magilvia15-Apr-05 11:07
magilvia15-Apr-05 11:07 
Questionmaths function?? Pin
Anonymous14-Apr-05 11:54
Anonymous14-Apr-05 11:54 
AnswerRe: maths function?? Pin
Dave Kreskowiak14-Apr-05 16:21
mveDave Kreskowiak14-Apr-05 16:21 
QuestionHow to connect Datagrid to a datareader Pin
Suman Singh14-Apr-05 11:51
professionalSuman Singh14-Apr-05 11:51 
AnswerRe: How to connect Datagrid to a datareader Pin
Dave Kreskowiak14-Apr-05 16:16
mveDave Kreskowiak14-Apr-05 16:16 
You can't do that. If you read the docs for the DataSource[^] property, you'll find that it works with any DataTable, DataView, DataSet, or DataViewManager objects, or any object that implements the IListSource or IList interfaces. DataReader is not one of them.

You use the DataReader object to fill a DataSet, then you can bind the DataSet to the DataGrid as a DataSource.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: How to connect Datagrid to a datareader Pin
rhenerlau19-Apr-05 17:17
rhenerlau19-Apr-05 17:17 
Generaldata reading Pin
Amanjot14-Apr-05 11:34
Amanjot14-Apr-05 11:34 
GeneralRe: data reading Pin
Suman Singh14-Apr-05 11:56
professionalSuman Singh14-Apr-05 11:56 
GeneralRe: data reading Pin
Dave Kreskowiak14-Apr-05 16:19
mveDave Kreskowiak14-Apr-05 16:19 
Generalprogram start up Pin
_tasleem14-Apr-05 10:35
_tasleem14-Apr-05 10:35 
GeneralRe: program start up Pin
rwestgraham14-Apr-05 11:43
rwestgraham14-Apr-05 11:43 
QuestionHow do I switch between forms by hiding the other Pin
DevQuest14-Apr-05 9:37
DevQuest14-Apr-05 9:37 
AnswerRe: How do I switch between forms by hiding the other Pin
Anonymous14-Apr-05 10:07
Anonymous14-Apr-05 10:07 
GeneralRe: How do I switch between forms by hiding the other Pin
DevQuest14-Apr-05 11:22
DevQuest14-Apr-05 11:22 
GeneralRe: How do I switch between forms by hiding the other Pin
Mitch F.14-Apr-05 14:24
Mitch F.14-Apr-05 14:24 
AnswerRe: How do I switch between forms by hiding the other Pin
rhenerlau19-Apr-05 17:19
rhenerlau19-Apr-05 17:19 
GeneralCrystal Report TextObject Pin
dpagka14-Apr-05 5:15
dpagka14-Apr-05 5:15 
Generalimage button Pin
Lisana14-Apr-05 3:18
Lisana14-Apr-05 3:18 
GeneralRe: image button Pin
Dave Kreskowiak14-Apr-05 4:15
mveDave Kreskowiak14-Apr-05 4:15 
GeneralRe: image button Pin
Lisana14-Apr-05 5:44
Lisana14-Apr-05 5:44 
GeneralRe: image button Pin
Dave Kreskowiak14-Apr-05 5:56
mveDave Kreskowiak14-Apr-05 5:56 
GeneralRe: image button Pin
Lisana14-Apr-05 6:07
Lisana14-Apr-05 6:07 

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.