Click here to Skip to main content
15,913,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: saving html text in sqlserver 2005 ussing c# Pin
vibhas198230-May-07 2:16
vibhas198230-May-07 2:16 
QuestionBurning data DVDs? Pin
CaffeinatedTech30-May-07 1:53
CaffeinatedTech30-May-07 1:53 
QuestionHow to find xml attributes in c#.net Pin
NK730-May-07 1:47
NK730-May-07 1:47 
AnswerRe: How to find xml attributes in c#.net Pin
leppie30-May-07 22:47
leppie30-May-07 22:47 
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 

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.