Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
Questioncheckboxfield gridview filled by DataTable always read only [modified] Pin
Ziltard30-May-07 1:32
Ziltard30-May-07 1:32 
QuestionCan i convert a fortran built DLL's to .Net or C# DLL formats? Pin
meongmania30-May-07 1:10
meongmania30-May-07 1:10 
AnswerRe: Can i convert a fortran built DLL's to .Net or C# DLL formats? Pin
Farhan Ali30-May-07 2:07
Farhan Ali30-May-07 2:07 
QuestionInvalidating Control from Form Pin
swati2430-May-07 0:38
swati2430-May-07 0:38 
AnswerRe: Invalidating Control from Form Pin
AB777130-May-07 0:42
AB777130-May-07 0:42 
AnswerRe: Invalidating Control from Form Pin
Martin#30-May-07 0:48
Martin#30-May-07 0:48 
Questionstring obj and ref. Pin
kalyan_241630-May-07 0:38
kalyan_241630-May-07 0:38 
AnswerRe: string obj and ref. Pin
Martin#30-May-07 0:53
Martin#30-May-07 0:53 
Hello,
kalyan_2416 wrote:
s="Pinky";
msb.show(s);
gives shetty as the answer right...

No, "Pinky" will be shown!
s1, would show "Shetty"!
kalyan_2416 wrote:
since string is reference type the address is stored in s1 when the value changes in that address new value should come right

No, reference type is not the same as pointers in C++.
In your code example, s just gets a new address, but s1 will not change as it's address stays the same.

Hope it helps!

All the best,

Martin
AnswerRe: string obj and ref. Pin
Guffa30-May-07 1:57
Guffa30-May-07 1:57 
QuestionReportingService2005.ServerReport.GetReportNames ? Pin
amraouf30-May-07 0:29
amraouf30-May-07 0:29 
QuestionReflection Pin
Shivaprasad D Atthigode30-May-07 0:29
Shivaprasad D Atthigode30-May-07 0:29 
AnswerRe: Reflection Pin
CPallini30-May-07 0:50
mveCPallini30-May-07 0:50 
AnswerRe: Reflection Pin
Sathesh Sakthivel30-May-07 2:13
Sathesh Sakthivel30-May-07 2:13 
QuestionPie Charts in Crystal report dosent show 0 value Pin
Shaurya_Rastogi30-May-07 0:25
Shaurya_Rastogi30-May-07 0:25 
Questionmenuitems Pin
treah30-May-07 0:21
treah30-May-07 0:21 
AnswerRe: menuitems Pin
Manoj Kumar Rai30-May-07 1:05
professionalManoj Kumar Rai30-May-07 1:05 
QuestionHttp Post in C# Pin
aruna_koride30-May-07 0:20
aruna_koride30-May-07 0:20 
AnswerRe: Http Post in C# Pin
J. Dunlap30-May-07 1:16
J. Dunlap30-May-07 1:16 
QuestionDATA GRID sorting problem. Pin
kumar.bs30-May-07 0:14
kumar.bs30-May-07 0:14 
AnswerRe: DATA GRID sorting problem. Pin
Manoj Kumar Rai30-May-07 1:12
professionalManoj Kumar Rai30-May-07 1:12 
AnswerRe: DATA GRID sorting problem. Pin
Meenakshi Sundaram.k30-May-07 2:06
Meenakshi Sundaram.k30-May-07 2:06 
GeneralRe: DATA GRID sorting problem. Pin
kumar.bs30-May-07 6:16
kumar.bs30-May-07 6:16 
QuestionHashTable sort order Pin
Blumen29-May-07 23:56
Blumen29-May-07 23:56 
AnswerRe: HashTable sort order Pin
Martin#30-May-07 0:07
Martin#30-May-07 0:07 
AnswerRe: HashTable sort order Pin
CPallini30-May-07 0:15
mveCPallini30-May-07 0:15 

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.