Click here to Skip to main content
15,889,861 members
Home / Discussions / C#
   

C#

 
Questionhow to show image during saving data? Pin
samrat.net1-Apr-08 2:12
samrat.net1-Apr-08 2:12 
AnswerRe: how to show image during saving data? Pin
laserbaronen1-Apr-08 2:17
laserbaronen1-Apr-08 2:17 
GeneralRe: how to show image during saving data? Pin
samrat.net1-Apr-08 2:27
samrat.net1-Apr-08 2:27 
Questionnew window refreshing Pin
chaubeyb1-Apr-08 1:47
chaubeyb1-Apr-08 1:47 
GeneralRe: new window refreshing Pin
Eduard Keilholz1-Apr-08 2:07
Eduard Keilholz1-Apr-08 2:07 
GeneralRe: new window refreshing Pin
Pete O'Hanlon1-Apr-08 2:07
mvePete O'Hanlon1-Apr-08 2:07 
GeneralRe: new window refreshing Pin
varun.g1-Apr-08 5:02
varun.g1-Apr-08 5:02 
GeneralDoubt in Object. Equals() method Pin
Darmi1-Apr-08 1:38
Darmi1-Apr-08 1:38 
Hi,

I have read in 1 book that the STATIC function Object.Equals() check the object values and Object.ReferenceEquals() check their references.

For Ex- Suppose i have a user defined class - Person

Person p1 = new Person( 1,"ABC");
Persion p2 = new Person( 1,"ABC");

Object.Equals( p1, p2 ) -> returns true. // compares the state
Object.ReferenceEquals( p1,p2) -> returns false.// compares the reference.

The output should be like this as specified in that book. But am not getting like this. We cant overide static functions too. Any Idea? It would of great help.

Regards
GeneralRe: Doubt in Object. Equals() method Pin
C1AllenS1-Apr-08 2:32
C1AllenS1-Apr-08 2:32 
GeneralRe: Doubt in Object. Equals() method Pin
carbon_golem1-Apr-08 2:43
carbon_golem1-Apr-08 2:43 
GeneralRe: Doubt in Object. Equals() method Pin
Darmi1-Apr-08 17:14
Darmi1-Apr-08 17:14 
GeneralRe: Doubt in Object. Equals() method Pin
Guffa1-Apr-08 2:48
Guffa1-Apr-08 2:48 
Generalnetwork, C#, Interface, IOControl Pin
pedefetoll1-Apr-08 1:37
pedefetoll1-Apr-08 1:37 
GeneralPc Pin
ellllllllie1-Apr-08 1:01
ellllllllie1-Apr-08 1:01 
GeneralRe: Pc Pin
Spunky Coder1-Apr-08 1:29
Spunky Coder1-Apr-08 1:29 
GeneralRe: Pc Pin
Pete O'Hanlon1-Apr-08 2:11
mvePete O'Hanlon1-Apr-08 2:11 
GeneralAppend a property to existing control Pin
dan!sh 1-Apr-08 0:00
professional dan!sh 1-Apr-08 0:00 
GeneralRe: Append a property to existing control Pin
J4amieC1-Apr-08 0:05
J4amieC1-Apr-08 0:05 
GeneralRe: Append a property to existing control Pin
dan!sh 1-Apr-08 0:21
professional dan!sh 1-Apr-08 0:21 
GeneralRe: Append a property to existing control Pin
stancrm1-Apr-08 0:23
stancrm1-Apr-08 0:23 
GeneralRe: Append a property to existing control Pin
dan!sh 1-Apr-08 0:33
professional dan!sh 1-Apr-08 0:33 
GeneralRe: Append a property to existing control Pin
stancrm1-Apr-08 0:36
stancrm1-Apr-08 0:36 
GeneralRe: Append a property to existing control Pin
dan!sh 1-Apr-08 0:40
professional dan!sh 1-Apr-08 0:40 
GeneralRe: Append a property to existing control Pin
stancrm1-Apr-08 0:44
stancrm1-Apr-08 0:44 
GeneralRe: Append a property to existing control Pin
dan!sh 1-Apr-08 1:13
professional dan!sh 1-Apr-08 1:13 

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.