Click here to Skip to main content
15,796,661 members
Home / Discussions / C#
   

C#

 
GeneralRe: idc_arrow and C# Pin
Stephane Rodriguez.11-Nov-02 4:01
Stephane Rodriguez.11-Nov-02 4:01 
GeneralRe: idc_arrow and C# Pin
Senkwe Chanda11-Nov-02 5:12
Senkwe Chanda11-Nov-02 5:12 
GeneralRe: idc_arrow and C# Pin
Stephane Rodriguez.11-Nov-02 5:13
Stephane Rodriguez.11-Nov-02 5:13 
GeneralRe: idc_arrow and C# Pin
Senkwe Chanda11-Nov-02 19:39
Senkwe Chanda11-Nov-02 19:39 
GeneralRe: idc_arrow and C# Pin
Anonymous11-Nov-02 19:56
Anonymous11-Nov-02 19:56 
GeneralRe: idc_arrow and C# Pin
Senkwe Chanda11-Nov-02 20:47
Senkwe Chanda11-Nov-02 20:47 
QuestionDataGrid ??? Pin
Christian Graus11-Nov-02 1:05
protectorChristian Graus11-Nov-02 1:05 
AnswerRe: DataGrid ??? Pin
James T. Johnson11-Nov-02 4:00
James T. Johnson11-Nov-02 4:00 
Use the DataAdapter's Fill method to fill a DataSet then set the DataSource property of the grid to the DataSet you just filled.

[edit]Sorry its early, i'll get back with you on how to do it Blush | :O [/edit]

It pays if I look at the right class in the framework, use the OleDataAdapter class, passing in your OleDbCommand object; then use one of the Fill methods.

James

- out of order -
AnswerRe: DataGrid ??? Pin
leppie11-Nov-02 7:27
leppie11-Nov-02 7:27 
General.NET Training Institute Pin
ReachAnshul10-Nov-02 20:30
ReachAnshul10-Nov-02 20:30 
GeneralRe: .NET Training Institute Pin
Christian Graus10-Nov-02 20:43
protectorChristian Graus10-Nov-02 20:43 
GeneralBindingsCollection Pin
Alan Todtenkopf9-Nov-02 12:19
Alan Todtenkopf9-Nov-02 12:19 
GeneralRe: BindingsCollection Pin
James T. Johnson9-Nov-02 12:25
James T. Johnson9-Nov-02 12:25 
GeneralDownloading files with Webrequest Pin
Anonymous9-Nov-02 8:40
Anonymous9-Nov-02 8:40 
GeneralRe: Downloading files with Webrequest Pin
Stephane Rodriguez.9-Nov-02 9:10
Stephane Rodriguez.9-Nov-02 9:10 
GeneralRe: Downloading files with Webrequest Pin
Anonymous9-Nov-02 10:17
Anonymous9-Nov-02 10:17 
GeneralRe: Downloading files with Webrequest Pin
Stephane Rodriguez.9-Nov-02 10:25
Stephane Rodriguez.9-Nov-02 10:25 
GeneralAgain dialog ... :( Pin
Karavaev Denis9-Nov-02 6:29
Karavaev Denis9-Nov-02 6:29 
GeneralRe: Well... Pin
Masaaki Onishi10-Nov-02 8:15
Masaaki Onishi10-Nov-02 8:15 
GeneralRe: Well... Pin
Karavaev Denis10-Nov-02 17:36
Karavaev Denis10-Nov-02 17:36 
GeneralRe: Ooops. Pin
Masaaki Onishi10-Nov-02 18:29
Masaaki Onishi10-Nov-02 18:29 
GeneralRe: Ooops. Pin
Karavaev Denis11-Nov-02 3:36
Karavaev Denis11-Nov-02 3:36 
GeneralRe: Again dialog ... :( Pin
mikasa11-Nov-02 7:52
mikasa11-Nov-02 7:52 
GeneralA simple function pointer question... Pin
Dave Kerr9-Nov-02 1:40
Dave Kerr9-Nov-02 1:40 
GeneralRe: A simple function pointer question... Pin
beetung9-Nov-02 2:13
beetung9-Nov-02 2:13 

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.