Click here to Skip to main content
16,007,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to display Hindi text in application Pin
Anonymous15-Feb-04 5:14
Anonymous15-Feb-04 5:14 
GeneralRe: How to display Hindi text in application Pin
Mazdak15-Feb-04 5:28
Mazdak15-Feb-04 5:28 
AnswerRe: How to display Hindi text in application Pin
Heath Stewart16-Feb-04 5:28
protectorHeath Stewart16-Feb-04 5:28 
GeneralBIG MISUNDERSTANDING: DataSet in n-tier App. Pin
mih_flyer14-Feb-04 18:55
mih_flyer14-Feb-04 18:55 
GeneralRe: BIG MISUNDERSTANDING: DataSet in n-tier App. Pin
leppie14-Feb-04 19:45
leppie14-Feb-04 19:45 
GeneralRe: BIG MISUNDERSTANDING: DataSet in n-tier App. Pin
14-Feb-04 19:53
suss14-Feb-04 19:53 
GeneralRe: BIG MISUNDERSTANDING: DataSet in n-tier App. Pin
partyganger15-Feb-04 0:06
partyganger15-Feb-04 0:06 
GeneralRe: BIG MISUNDERSTANDING: DataSet in n-tier App. Pin
Heath Stewart16-Feb-04 5:22
protectorHeath Stewart16-Feb-04 5:22 
DataSets are like disconnected-recordsets, but they can track relationships, enforce constrains, and contains different Types. The best way to understand these is read the documentation for the DataSet class and its members. There's also a section on ADO.NET with DataSets in the .NET Framework SDK that you should read. Don't just look at one example on MSDN and call it quits.

When you create a strongly-typed DataSet, you can refer to tables and columns by name. Strongly-typed DataSets also perform better before columns (when identitied by name) are faster to resolve (fewer look-ups are required, and indexes are cached).

You can easily bind these to controls in Windows Forms and ASP.NET controls. You could use this logic in both environments.

 

Microsoft MVP, Visual C#
My Articles
GeneralDefault Application Icon Pin
Verdant12314-Feb-04 18:40
Verdant12314-Feb-04 18:40 
GeneralRe: Default Application Icon Pin
Michael P Butler14-Feb-04 21:26
Michael P Butler14-Feb-04 21:26 
GeneralRe: Default Application Icon Pin
Verdant12314-Feb-04 21:38
Verdant12314-Feb-04 21:38 
GeneralRe: Default Application Icon Pin
Nick Parker15-Feb-04 3:55
protectorNick Parker15-Feb-04 3:55 
GeneralRe: Default Application Icon Pin
Verdant12315-Feb-04 14:01
Verdant12315-Feb-04 14:01 
GeneralString Array in C# Pin
Eric Houser14-Feb-04 15:48
Eric Houser14-Feb-04 15:48 
GeneralRe: String Array in C# Pin
Web.Liu14-Feb-04 16:17
Web.Liu14-Feb-04 16:17 
GeneralRe: String Array in C# Pin
Eric Houser14-Feb-04 17:03
Eric Houser14-Feb-04 17:03 
GeneralRe: String Array in C# Pin
leppie14-Feb-04 19:49
leppie14-Feb-04 19:49 
GeneralRe: String Array in C# Pin
Michael P Butler14-Feb-04 21:34
Michael P Butler14-Feb-04 21:34 
QuestionUnmanaged Dlls ? Pin
veselin_iordanov14-Feb-04 15:40
veselin_iordanov14-Feb-04 15:40 
AnswerRe: Unmanaged Dlls ? Pin
leppie14-Feb-04 19:51
leppie14-Feb-04 19:51 
GeneralRe: Unmanaged Dlls ? Pin
veselin_iordanov15-Feb-04 6:57
veselin_iordanov15-Feb-04 6:57 
AnswerRe: Unmanaged Dlls ? Pin
Heath Stewart16-Feb-04 5:13
protectorHeath Stewart16-Feb-04 5:13 
GeneralRe: Unmanaged Dlls ? Pin
veselin_iordanov16-Feb-04 9:21
veselin_iordanov16-Feb-04 9:21 
GeneralRe: Unmanaged Dlls ? Pin
Heath Stewart16-Feb-04 9:26
protectorHeath Stewart16-Feb-04 9:26 
GeneralRe: Unmanaged Dlls ? Pin
veselin_iordanov16-Feb-04 9:32
veselin_iordanov16-Feb-04 9:32 

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.