Click here to Skip to main content
16,015,756 members
Home / Discussions / C#
   

C#

 
GeneralRe: Programaticly stop & start sql server? Pin
Harvey Saayman9-May-08 1:21
Harvey Saayman9-May-08 1:21 
QuestionTo the whole commuity(Part of my code) Pin
Oluwayomi8-May-08 3:58
Oluwayomi8-May-08 3:58 
AnswerCP Members Please Ignore : Duplicate Post Pin
Abhijit Jana8-May-08 4:14
professionalAbhijit Jana8-May-08 4:14 
AnswerRe: To the whole commuity(Part of my code) Pin
J4amieC8-May-08 4:46
J4amieC8-May-08 4:46 
AnswerRe: To the whole commuity(Part of my code) Pin
Dave Kreskowiak8-May-08 5:24
mveDave Kreskowiak8-May-08 5:24 
Question(To whom it may concern)SEE THIS ITS IMPORTANT Pin
Oluwayomi8-May-08 3:45
Oluwayomi8-May-08 3:45 
AnswerRe: (To whom it may concern)SEE THIS ITS IMPORTANT Pin
Pete O'Hanlon8-May-08 3:58
mvePete O'Hanlon8-May-08 3:58 
GeneralRe: (To whom it may concern)SEE THIS ITS IMPORTANT Pin
Guffa8-May-08 11:08
Guffa8-May-08 11:08 
Oluwayomi wrote:
(To whom it may concern)SEE THIS ITS IMPORTANT


Try to put some useful information in the subject line, so that it says anything about the question. That subject line contains no useful information at all.

Oluwayomi wrote:
I AM VERY SORRY IF I HAVE OFFENDED ANYONE WITH MY APPROACH..
I WILL BE VERY GLAD TO REMAIN HERE...


You are very welcome to stay here, if you just STOP SCREAMING! Wink | ;)

Oluwayomi wrote:
nobody will understand my code


Perhaps if you said anything at all about what the code is supposed to do...?

Oluwayomi wrote:
int TUT3, TUP3, COUT3;


Don't be afraid to use variable names that are somewhat longer. If you can see from the variable name what the variable is supposed to be used for, it's easier to understand the code, and easier to find errors.

Oluwayomi wrote:
UT3 = System.Convert.ToInt16(readval1.GetValue(3).ToString());


An int is not an Int16, it's an Int32.

Why are you getting the value as a string, then convert it to a number? Do you store everything as text in the database?

Despite everything, the person most likely to be fooling you next is yourself.

Question[Message Deleted] Pin
AndrewVos8-May-08 3:31
AndrewVos8-May-08 3:31 
AnswerRe: [Message Deleted] Pin
Abhijit Jana8-May-08 4:10
professionalAbhijit Jana8-May-08 4:10 
QuestionThanks Pin
Oluwayomi8-May-08 3:27
Oluwayomi8-May-08 3:27 
AnswerRe: Thanks Pin
J4amieC8-May-08 3:30
J4amieC8-May-08 3:30 
QuestionTo the whole commuity(solve this) Pin
Oluwayomi8-May-08 3:07
Oluwayomi8-May-08 3:07 
AnswerRe: To the whole commuity(solve this) Pin
Pete O'Hanlon8-May-08 3:12
mvePete O'Hanlon8-May-08 3:12 
AnswerRe: To the whole commuity(solve this) Pin
phannon868-May-08 3:20
professionalphannon868-May-08 3:20 
AnswerRe: To the whole commuity(solve this) Pin
Ashfield8-May-08 3:21
Ashfield8-May-08 3:21 
AnswerRe: To the whole commuity(solve this) Pin
Gareth H8-May-08 3:23
Gareth H8-May-08 3:23 
QuestionIssues making a generic class with System.Enum as a parameter [modified] Pin
carbon_golem8-May-08 2:47
carbon_golem8-May-08 2:47 
AnswerRe: Issues making a generic class with System.Enum as a parameter Pin
S. Senthil Kumar8-May-08 6:05
S. Senthil Kumar8-May-08 6:05 
AnswerRe: Issues making a generic class with System.Enum as a parameter Pin
PIEBALDconsult8-May-08 14:54
mvePIEBALDconsult8-May-08 14:54 
GeneralRe: Issues making a generic class with System.Enum as a parameter Pin
carbon_golem9-May-08 2:43
carbon_golem9-May-08 2:43 
GeneralRe: Issues making a generic class with System.Enum as a parameter Pin
PIEBALDconsult9-May-08 12:23
mvePIEBALDconsult9-May-08 12:23 
QuestionJPEG EXIF metadata Pin
Jim Warburton8-May-08 2:40
Jim Warburton8-May-08 2:40 
AnswerRe: JPEG EXIF metadata Pin
Luc Pattyn8-May-08 6:34
sitebuilderLuc Pattyn8-May-08 6:34 
QuestionConverting an excel spreadsheet to PDF Pin
Sue68-May-08 2:34
Sue68-May-08 2:34 

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.