Click here to Skip to main content
15,921,454 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGridView... Deleting/finding a row from/in the underlying DataSource (DataTable) Ideas anyone? Pin
Blue_Boy22-Apr-08 4:40
Blue_Boy22-Apr-08 4:40 
GeneralRe: DataGridView... Deleting/finding a row from/in the underlying DataSource (DataTable) Ideas anyone? Pin
blakey40422-Apr-08 4:59
blakey40422-Apr-08 4:59 
GeneralSolution for anyone interested... Pin
blakey40422-Apr-08 5:06
blakey40422-Apr-08 5:06 
QuestionThreadStart issue Pin
merh22-Apr-08 3:45
merh22-Apr-08 3:45 
GeneralRe: ThreadStart issue Pin
Spacix One22-Apr-08 3:47
Spacix One22-Apr-08 3:47 
GeneralRe: ThreadStart issue Pin
merh22-Apr-08 3:56
merh22-Apr-08 3:56 
GeneralRe: ThreadStart issue Pin
Spacix One22-Apr-08 4:08
Spacix One22-Apr-08 4:08 
GeneralEvents in c# Pin
M4R22-Apr-08 3:25
M4R22-Apr-08 3:25 
GeneralRe: Events in c# Pin
Not Active22-Apr-08 3:33
mentorNot Active22-Apr-08 3:33 
JokeRe: Events in c# Pin
Guffa22-Apr-08 3:42
Guffa22-Apr-08 3:42 
GeneralRe: Events in c# Pin
Guffa22-Apr-08 3:35
Guffa22-Apr-08 3:35 
RantRe: Events in c# Pin
Spacix One22-Apr-08 3:45
Spacix One22-Apr-08 3:45 
GeneralRe: Events in c# Pin
CPallini22-Apr-08 5:45
mveCPallini22-Apr-08 5:45 
QuestionTyped datasets? Pin
RitchieRich22-Apr-08 3:01
RitchieRich22-Apr-08 3:01 
AnswerRe: Typed datasets? Pin
Not Active22-Apr-08 3:16
mentorNot Active22-Apr-08 3:16 
GeneralRe: Typed datasets? Pin
RitchieRich22-Apr-08 3:19
RitchieRich22-Apr-08 3:19 
GeneralRe: Typed datasets? Pin
Not Active22-Apr-08 3:32
mentorNot Active22-Apr-08 3:32 
RitchieRich wrote:
what can I use best for my purpose?


The best method for your project is whats best. One technique may work well in one circumstance, but not in another.

Typed Datasets are of course just DataSets, so either will work, it all depends on what you want to do with it. If you are just binding the controls, then there isn't much need for a typed dataset. However, if you are manipulating the the dataset and want strong names and type safety, then by all means use a typed dataset. Do you even need a dataset, will a datatable server the purpose?


only two letters away from being an asset

GeneralRe: Typed datasets? Pin
RitchieRich22-Apr-08 3:51
RitchieRich22-Apr-08 3:51 
QuestionTransfering VBA code (Word 2003 macro) over to a C# application Pin
Nahual22-Apr-08 3:00
Nahual22-Apr-08 3:00 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Spacix One22-Apr-08 3:42
Spacix One22-Apr-08 3:42 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Nahual22-Apr-08 5:01
Nahual22-Apr-08 5:01 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Spacix One22-Apr-08 7:44
Spacix One22-Apr-08 7:44 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Nahual23-Apr-08 3:54
Nahual23-Apr-08 3:54 
GeneralRe: Transfering VBA code (Word 2003 macro) over to a C# application Pin
Nahual24-Apr-08 14:12
Nahual24-Apr-08 14:12 
Generalwordpad Pin
negar77722-Apr-08 2:59
negar77722-Apr-08 2:59 

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.