Click here to Skip to main content
15,896,500 members
Home / Discussions / C#
   

C#

 
AnswerRe: print a local rdlc report without showing Pin
Anthony Mushrow28-Nov-07 6:46
professionalAnthony Mushrow28-Nov-07 6:46 
AnswerRe: print a local rdlc report without showing Pin
Giorgi Dalakishvili28-Nov-07 6:51
mentorGiorgi Dalakishvili28-Nov-07 6:51 
GeneralRe: print a local rdlc report without showing Pin
Gulfraz Khan29-Nov-07 3:03
Gulfraz Khan29-Nov-07 3:03 
QuestionGridview nested in Repeater Data Issue Pin
kgarl28-Nov-07 6:00
kgarl28-Nov-07 6:00 
QuestionDateTimePicker Pin
tthellebuyck28-Nov-07 5:40
tthellebuyck28-Nov-07 5:40 
AnswerRe: DateTimePicker Pin
Luc Pattyn28-Nov-07 5:46
sitebuilderLuc Pattyn28-Nov-07 5:46 
GeneralRe: DateTimePicker Pin
tthellebuyck28-Nov-07 9:26
tthellebuyck28-Nov-07 9:26 
QuestionVariable visibility in subclasses... Pin
devzav28-Nov-07 5:32
devzav28-Nov-07 5:32 
Hi all!
I have a class like this:

class A<br />
{<br />
   private string strA;<br />
   private B mySubclass = new B();<br />
   ...<br />
<br />
   class B<br />
   {<br />
      public B()<br />
      {<br />
         string strB = strA   // <--- this<br />
      }<br />
   }<br />
}


Is there a way to make strA visible only for class B and not for other classes? If not can you suggest a workaround to do that?
Thank you.

Luca
AnswerRe: Variable visibility in subclasses... Pin
Anthony Mushrow28-Nov-07 5:37
professionalAnthony Mushrow28-Nov-07 5:37 
GeneralRe: Variable visibility in subclasses... Pin
devzav28-Nov-07 5:43
devzav28-Nov-07 5:43 
AnswerRe: Variable visibility in subclasses... Pin
Guffa28-Nov-07 7:48
Guffa28-Nov-07 7:48 
GeneralRe: Variable visibility in subclasses... Pin
devzav29-Nov-07 3:55
devzav29-Nov-07 3:55 
GeneralRe: Variable visibility in subclasses... Pin
Guffa29-Nov-07 4:05
Guffa29-Nov-07 4:05 
GeneralRe: Variable visibility in subclasses... Pin
devzav29-Nov-07 5:17
devzav29-Nov-07 5:17 
QuestionCombo box Foriegn key problem Pin
sajid.salim.khan28-Nov-07 5:07
sajid.salim.khan28-Nov-07 5:07 
AnswerRe: Combo box Foriegn key problem Pin
Ennis Ray Lynch, Jr.28-Nov-07 5:27
Ennis Ray Lynch, Jr.28-Nov-07 5:27 
GeneralRe: Combo box Foriegn key problem Pin
sajid.salim.khan28-Nov-07 5:39
sajid.salim.khan28-Nov-07 5:39 
QuestionWeb service Pin
Bazalgette28-Nov-07 4:51
Bazalgette28-Nov-07 4:51 
AnswerRe: Web service Pin
led mike28-Nov-07 5:03
led mike28-Nov-07 5:03 
AnswerRe: Web service Pin
Skippums28-Nov-07 5:03
Skippums28-Nov-07 5:03 
AnswerWhat I have done in the past Pin
Ennis Ray Lynch, Jr.28-Nov-07 5:25
Ennis Ray Lynch, Jr.28-Nov-07 5:25 
AnswerRe: Web service Pin
Bazalgette28-Nov-07 14:40
Bazalgette28-Nov-07 14:40 
QuestionAn application suite Pin
Ofori Boadu28-Nov-07 4:33
Ofori Boadu28-Nov-07 4:33 
AnswerRe: An application suite Pin
Colin Angus Mackay28-Nov-07 5:05
Colin Angus Mackay28-Nov-07 5:05 
AnswerRe: An application suite Pin
duncanmhor28-Nov-07 5:55
duncanmhor28-Nov-07 5:55 

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.