Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Code for Displaying Word document in my aspx page. Pin
Not Active5-Feb-08 3:30
mentorNot Active5-Feb-08 3:30 
Generalinstall Pin
arkiboys5-Feb-08 2:08
arkiboys5-Feb-08 2:08 
AnswerRe: install Pin
TJoe5-Feb-08 2:12
TJoe5-Feb-08 2:12 
GeneralRe: install Pin
arkiboys5-Feb-08 2:36
arkiboys5-Feb-08 2:36 
Generalapp config file for the windows services Pin
M. J. Jaya Chitra5-Feb-08 2:06
M. J. Jaya Chitra5-Feb-08 2:06 
QuestionRe: app config file for the windows services Pin
TJoe5-Feb-08 4:22
TJoe5-Feb-08 4:22 
Questionwhich is best option? Pin
Try5-Feb-08 1:02
Try5-Feb-08 1:02 
AnswerRe: which is best option? Pin
Malcolm Smart5-Feb-08 1:42
Malcolm Smart5-Feb-08 1:42 
If you put it in a static class, this is accessible to all other classes, not just your ten classes. Putting it in each class is a maintenance nightmare - if you add an 11th class, you have to remember to add the int. If the int changes, you have to change it in all places.

Do the classes all derive from a base class? If so, put it there and make it protected.

We violated nature and our children have to pay the penalty
Don't go near the water children...
Johnny Cash - 1974

GeneralRe: which is best option? Pin
Try5-Feb-08 2:00
Try5-Feb-08 2:00 
AnswerRe: which is best option? Pin
Guffa5-Feb-08 2:10
Guffa5-Feb-08 2:10 
GeneralUser login or not to a system Pin
CodingLover5-Feb-08 0:09
CodingLover5-Feb-08 0:09 
GeneralRe: User login or not to a system Pin
Malcolm Smart5-Feb-08 1:48
Malcolm Smart5-Feb-08 1:48 
GeneralRe: User login or not to a system Pin
CodingLover6-Feb-08 0:04
CodingLover6-Feb-08 0:04 
GeneralRe: User login or not to a system Pin
Not Active5-Feb-08 3:37
mentorNot Active5-Feb-08 3:37 
GeneralRe: User login or not to a system Pin
CodingLover6-Feb-08 0:08
CodingLover6-Feb-08 0:08 
GeneralClose Window problem [modified] Pin
Neo Andreson4-Feb-08 23:04
Neo Andreson4-Feb-08 23:04 
GeneralRe: Close Window problem Pin
TJoe5-Feb-08 2:14
TJoe5-Feb-08 2:14 
GeneralRe: Close Window problem Pin
Neo Andreson5-Feb-08 18:22
Neo Andreson5-Feb-08 18:22 
GeneralRe: Close Window problem Pin
TJoe6-Feb-08 2:17
TJoe6-Feb-08 2:17 
Questionhow to add a now treenode in the following code? Pin
samidhas4-Feb-08 22:53
samidhas4-Feb-08 22:53 
AnswerRe: how to add a now treenode in the following code? Pin
Malcolm Smart5-Feb-08 1:54
Malcolm Smart5-Feb-08 1:54 
QuestionHow do I draw a lines in a cirle? Pin
east854-Feb-08 22:53
east854-Feb-08 22:53 
GeneralRe: How do I draw a lines in a cirle? Pin
Abhijit Jana5-Feb-08 0:20
professionalAbhijit Jana5-Feb-08 0:20 
GeneralRe: How do I draw a lines in a cirle? Pin
Guffa5-Feb-08 2:44
Guffa5-Feb-08 2:44 
GeneralRe: How do I draw a lines in a cirle? Pin
east855-Feb-08 20:03
east855-Feb-08 20:03 

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.