Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
QuestionSaving MySQL Connection Object Pin
Tomy14023-Dec-06 16:44
Tomy14023-Dec-06 16:44 
AnswerRe: Saving MySQL Connection Object Pin
Dave Kreskowiak3-Dec-06 18:24
mveDave Kreskowiak3-Dec-06 18:24 
GeneralRe: Saving MySQL Connection Object Pin
Tomy14023-Dec-06 20:50
Tomy14023-Dec-06 20:50 
GeneralRe: Saving MySQL Connection Object Pin
Dave Kreskowiak4-Dec-06 11:52
mveDave Kreskowiak4-Dec-06 11:52 
GeneralRe: Saving MySQL Connection Object Pin
Tomy14024-Dec-06 17:51
Tomy14024-Dec-06 17:51 
GeneralRe: Saving MySQL Connection Object Pin
Dave Kreskowiak5-Dec-06 1:37
mveDave Kreskowiak5-Dec-06 1:37 
QuestionExtending Shortcut Menus Pin
Ovelisax3-Dec-06 15:14
Ovelisax3-Dec-06 15:14 
QuestionHelp on using Help Class Pin
lagumaster3-Dec-06 14:14
lagumaster3-Dec-06 14:14 
AnswerRe: Help on using Help Class Pin
lagumaster3-Dec-06 14:37
lagumaster3-Dec-06 14:37 
QuestionProblem to Create Database in SqlServer from Client. Pin
hdv2123-Dec-06 12:29
hdv2123-Dec-06 12:29 
AnswerRe: Problem to Create Database in SqlServer from Client. Pin
Judah Gabriel Himango3-Dec-06 12:39
sponsorJudah Gabriel Himango3-Dec-06 12:39 
AnswerRe: Problem to Create Database in SqlServer from Client. Pin
Paul Conrad3-Dec-06 16:11
professionalPaul Conrad3-Dec-06 16:11 
QuestionThreading/Delegate Freezes my App [modified] Pin
dubbaluga3-Dec-06 12:16
dubbaluga3-Dec-06 12:16 
AnswerRe: Threading/Delegate Freezes my App Pin
Judah Gabriel Himango3-Dec-06 12:18
sponsorJudah Gabriel Himango3-Dec-06 12:18 
GeneralRe: Threading/Delegate Freezes my App Pin
dubbaluga3-Dec-06 12:24
dubbaluga3-Dec-06 12:24 
GeneralRe: Threading/Delegate Freezes my App Pin
Judah Gabriel Himango3-Dec-06 12:30
sponsorJudah Gabriel Himango3-Dec-06 12:30 
GeneralRe: Threading/Delegate Freezes my App Pin
dubbaluga3-Dec-06 12:31
dubbaluga3-Dec-06 12:31 
GeneralRe: Threading/Delegate Freezes my App Pin
Judah Gabriel Himango3-Dec-06 12:31
sponsorJudah Gabriel Himango3-Dec-06 12:31 
AnswerRe: Threading/Delegate Freezes my App Pin
S. Senthil Kumar4-Dec-06 4:16
S. Senthil Kumar4-Dec-06 4:16 
Questionlock touchpad Pin
DarsVaeda3-Dec-06 11:51
DarsVaeda3-Dec-06 11:51 
AnswerRe: lock touchpad Pin
logoto_it3-Dec-06 16:37
logoto_it3-Dec-06 16:37 
AnswerRe: lock touchpad Pin
Christian Graus3-Dec-06 17:59
protectorChristian Graus3-Dec-06 17:59 
GeneralRe: lock touchpad Pin
Dan Neely4-Dec-06 2:12
Dan Neely4-Dec-06 2:12 
GeneralRe: lock touchpad Pin
DarsVaeda4-Dec-06 12:04
DarsVaeda4-Dec-06 12:04 
QuestionChanging the datatype of strings Pin
minnie mouse3-Dec-06 11:37
minnie mouse3-Dec-06 11:37 
I have a large datatable which I have filled with parsed text data using C#, this table has one column containing alphabetic codes, all the other columns are numbers from 0 through to 10,000.
As a novice i was wondering how i convert the numeric columns to a different datatype such as "int" so i can then perform calculations, such as SUM on each column.However i need to leave the one colomn with the alphabetics as strings.
The datatable in question has approx 300 columns.
Some guidance on how to approach this would be greatly appreciated.

Thanks in advanceConfused | :confused:

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.