Click here to Skip to main content
15,916,835 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dynamic Buttons C# ASP.NEt Pin
TheMajorRager31-Oct-05 14:13
TheMajorRager31-Oct-05 14:13 
GeneralRe: Dynamic Buttons C# ASP.NEt Pin
Christian Graus31-Oct-05 14:30
protectorChristian Graus31-Oct-05 14:30 
QuestionMSMQ ; Message needs to be encrypted Pin
kotteeswaran31-Oct-05 11:21
kotteeswaran31-Oct-05 11:21 
AnswerRe: MSMQ ; Message needs to be encrypted Pin
Christian Graus31-Oct-05 11:32
protectorChristian Graus31-Oct-05 11:32 
GeneralRe: MSMQ ; Message needs to be encrypted Pin
kotteeswaran31-Oct-05 11:58
kotteeswaran31-Oct-05 11:58 
GeneralRe: MSMQ ; Message needs to be encrypted Pin
Christian Graus31-Oct-05 12:09
protectorChristian Graus31-Oct-05 12:09 
GeneralRe: MSMQ ; Message needs to be encrypted Pin
kotteeswaran31-Oct-05 12:19
kotteeswaran31-Oct-05 12:19 
GeneralRe: MSMQ ; Message needs to be encrypted Pin
Christian Graus31-Oct-05 12:24
protectorChristian Graus31-Oct-05 12:24 
QuestionGetting mouse click outside form Pin
jgallen2331-Oct-05 11:10
jgallen2331-Oct-05 11:10 
AnswerRe: Getting mouse click outside form Pin
Christian Graus31-Oct-05 11:19
protectorChristian Graus31-Oct-05 11:19 
GeneralRe: Getting mouse click outside form Pin
jgallen2331-Oct-05 11:25
jgallen2331-Oct-05 11:25 
GeneralRe: Getting mouse click outside form Pin
Christian Graus31-Oct-05 11:31
protectorChristian Graus31-Oct-05 11:31 
GeneralRe: Getting mouse click outside form Pin
jgallen2331-Oct-05 11:33
jgallen2331-Oct-05 11:33 
GeneralRe: Getting mouse click outside form Pin
jgallen2331-Oct-05 13:40
jgallen2331-Oct-05 13:40 
GeneralRe: Getting mouse click outside form Pin
Christian Graus31-Oct-05 13:45
protectorChristian Graus31-Oct-05 13:45 
GeneralRe: Getting mouse click outside form Pin
jgallen2331-Oct-05 14:06
jgallen2331-Oct-05 14:06 
GeneralRe: Getting mouse click outside form Pin
Christian Graus31-Oct-05 14:31
protectorChristian Graus31-Oct-05 14:31 
AnswerRe: Getting mouse click outside form Pin
Stefan Troschuetz31-Oct-05 23:01
Stefan Troschuetz31-Oct-05 23:01 
Questioncaret position Pin
Agyeman31-Oct-05 10:50
Agyeman31-Oct-05 10:50 
AnswerRe: caret position Pin
Christian Graus31-Oct-05 11:09
protectorChristian Graus31-Oct-05 11:09 
AnswerRe: caret position Pin
S. Senthil Kumar31-Oct-05 17:55
S. Senthil Kumar31-Oct-05 17:55 
QuestionCreating a database in C# Pin
frankie12331-Oct-05 10:37
frankie12331-Oct-05 10:37 
AnswerRe: Creating a database in C# Pin
whizzs31-Oct-05 10:50
whizzs31-Oct-05 10:50 
If it was me, I would use MySQL instead of a text file. It is free and open source (not that you would make changes to the underlying database engine) and there are plenty of administrative tools that are easy to use. Load the engine, create your tables and go.

On the C# side just create a dataset that reflects your database, populate the dataset at runtime, bind your dataset to your webform or windows form and enjoy the hours the microsoft people put in to make your life easy.

As far as references, I went to half price books and got an ADO.NET book, that is your best bet.
AnswerRe: Creating a database in C# Pin
Christian Graus31-Oct-05 11:17
protectorChristian Graus31-Oct-05 11:17 
GeneralRe: Creating a database in C# Pin
frankie12331-Oct-05 11:36
frankie12331-Oct-05 11:36 

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.