Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
QuestionRemoving custom framework cabs Pin
Gavin Roberts13-Jul-06 23:43
Gavin Roberts13-Jul-06 23:43 
Questionsql command for INSERT ... Pin
mostafa_h13-Jul-06 23:38
mostafa_h13-Jul-06 23:38 
AnswerRe: sql command for INSERT ... Pin
Guffa14-Jul-06 1:53
Guffa14-Jul-06 1:53 
GeneralRe: sql command for INSERT ... Pin
mostafa_h15-Jul-06 8:05
mostafa_h15-Jul-06 8:05 
QuestionStatic and private mthods Pin
Brendan Vogt13-Jul-06 23:26
Brendan Vogt13-Jul-06 23:26 
AnswerRe: Static and private mthods Pin
Robert Rohde13-Jul-06 23:34
Robert Rohde13-Jul-06 23:34 
AnswerRe: Static and private mthods Pin
Rob Philpott13-Jul-06 23:46
Rob Philpott13-Jul-06 23:46 
AnswerRe: Static and private mthods Pin
AesopTurtle14-Jul-06 2:05
AesopTurtle14-Jul-06 2:05 
I'm not sure whether I understand correctly. Anyway, I believe that Static method, just like static member, can only be accessed via a class. Here, you can access the static class using "CategoryGroupDA.HandleSQLError(ex, strSProc)". And if you make a method dynamic (no "static" keyword), you need to create an instance of the class first and call the method via the instance.

KiT
QuestionSerialization [modified] Pin
sjembek13-Jul-06 23:19
sjembek13-Jul-06 23:19 
AnswerRe: Serialization Pin
Robert Rohde13-Jul-06 23:30
Robert Rohde13-Jul-06 23:30 
GeneralRe: Serialization Pin
sjembek13-Jul-06 23:30
sjembek13-Jul-06 23:30 
GeneralRe: Serialization Pin
Robert Rohde13-Jul-06 23:39
Robert Rohde13-Jul-06 23:39 
GeneralRe: Serialization [modified] Pin
sjembek13-Jul-06 23:44
sjembek13-Jul-06 23:44 
QuestionNotifying File Size Exceeds Pin
engsrini13-Jul-06 21:34
engsrini13-Jul-06 21:34 
AnswerRe: Notifying File Size Exceeds Pin
stancrm13-Jul-06 21:58
stancrm13-Jul-06 21:58 
AnswerRe: Notifying File Size Exceeds Pin
J4amieC13-Jul-06 22:09
J4amieC13-Jul-06 22:09 
QuestionGDI+ Adjusting Font spacing for Pin
Jon Hulatt13-Jul-06 21:33
Jon Hulatt13-Jul-06 21:33 
AnswerRe: GDI+ Adjusting Font spacing for Pin
stancrm13-Jul-06 22:05
stancrm13-Jul-06 22:05 
AnswerRe: GDI+ Adjusting Font spacing for Pin
Robert Rohde13-Jul-06 23:17
Robert Rohde13-Jul-06 23:17 
QuestionTo print an html page without loading it and without a print dialog, in asp.net Pin
sai_akkina13-Jul-06 21:29
sai_akkina13-Jul-06 21:29 
GeneralRe: To print an html page without loading it and without a print dialog, in asp.net Pin
Guffa13-Jul-06 23:03
Guffa13-Jul-06 23:03 
GeneralRe: To print an html page without loading it and without a print dialog, in asp.net Pin
vjain2314-Jul-06 1:16
vjain2314-Jul-06 1:16 
Questionchecking textboxes Pin
toink toink13-Jul-06 21:26
toink toink13-Jul-06 21:26 
AnswerRe: checking textboxes Pin
stancrm13-Jul-06 21:51
stancrm13-Jul-06 21:51 
AnswerRe: checking textboxes Pin
Andrew Lygin14-Jul-06 6:43
Andrew Lygin14-Jul-06 6:43 

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.