Click here to Skip to main content
15,918,889 members
Home / Discussions / C#
   

C#

 
AnswerRe: antivirus help Pin
Christian Graus8-Sep-05 16:53
protectorChristian Graus8-Sep-05 16:53 
GeneralRe: antivirus help Pin
Expert Coming8-Sep-05 17:19
Expert Coming8-Sep-05 17:19 
GeneralRe: antivirus help Pin
Christian Graus8-Sep-05 17:22
protectorChristian Graus8-Sep-05 17:22 
GeneralRe: antivirus help Pin
Expert Coming8-Sep-05 18:02
Expert Coming8-Sep-05 18:02 
GeneralRe: antivirus help Pin
Christian Graus8-Sep-05 18:03
protectorChristian Graus8-Sep-05 18:03 
GeneralRe: antivirus help Pin
WillemM9-Sep-05 1:02
WillemM9-Sep-05 1:02 
QuestionData Tables, Data Sets, and Data Grids Pin
Expert Coming8-Sep-05 16:23
Expert Coming8-Sep-05 16:23 
AnswerRe: Data Tables, Data Sets, and Data Grids Pin
Christian Graus8-Sep-05 16:37
protectorChristian Graus8-Sep-05 16:37 
A DataSet is a collection of DataTables. A DataGrid has a datasource property, which can accept an array, or a DataTable ( amongst other things ). Once you set the datasource property, you call the DataBind() method on the grid, which will cause the control to attempt to render itself using the data source. Your aspx should define the grid such that it contains the columns you want it to, otherwise, I believe you automatically get a column per column in the data source.


Christian Graus - Microsoft MVP - C++
GeneralRe: Data Tables, Data Sets, and Data Grids Pin
Expert Coming8-Sep-05 17:17
Expert Coming8-Sep-05 17:17 
GeneralRe: Data Tables, Data Sets, and Data Grids Pin
Christian Graus8-Sep-05 17:22
protectorChristian Graus8-Sep-05 17:22 
QuestionRe: Data Tables, Data Sets, and Data Grids Pin
Expert Coming8-Sep-05 18:11
Expert Coming8-Sep-05 18:11 
AnswerRe: Data Tables, Data Sets, and Data Grids Pin
Christian Graus8-Sep-05 18:14
protectorChristian Graus8-Sep-05 18:14 
QuestionRe: Data Tables, Data Sets, and Data Grids Pin
Expert Coming8-Sep-05 18:22
Expert Coming8-Sep-05 18:22 
AnswerRe: Data Tables, Data Sets, and Data Grids Pin
Christian Graus11-Sep-05 11:06
protectorChristian Graus11-Sep-05 11:06 
QuestionCalling a DLL from C# Pin
E6AD8-Sep-05 16:22
E6AD8-Sep-05 16:22 
AnswerRe: Calling a DLL from C# Pin
Christian Graus8-Sep-05 16:35
protectorChristian Graus8-Sep-05 16:35 
GeneralRe: Calling a DLL from C# Pin
E6AD9-Sep-05 4:19
E6AD9-Sep-05 4:19 
AnswerRe: Calling a DLL from C# Pin
Anonymous10-Sep-05 0:53
Anonymous10-Sep-05 0:53 
GeneralRe: Calling a DLL from C# Pin
E6AD10-Sep-05 4:46
E6AD10-Sep-05 4:46 
Questionrepost, need help with data null symbol Pin
Pyro Joe8-Sep-05 16:15
Pyro Joe8-Sep-05 16:15 
AnswerRe: repost, need help with data null symbol Pin
WillemM9-Sep-05 2:27
WillemM9-Sep-05 2:27 
Questionserial communcation question Pin
cue_ball8-Sep-05 15:33
cue_ball8-Sep-05 15:33 
AnswerRe: serial communcation question Pin
Pyro Joe8-Sep-05 16:30
Pyro Joe8-Sep-05 16:30 
GeneralRe: serial communcation question Pin
cue_ball8-Sep-05 17:52
cue_ball8-Sep-05 17:52 
GeneralRe: serial communcation question Pin
Christian Graus8-Sep-05 18:00
protectorChristian Graus8-Sep-05 18:00 

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.