Click here to Skip to main content
15,911,487 members
Home / Discussions / C#
   

C#

 
QuestionRe: C# and table problem? Pin
TuanNH8529-Jan-07 22:23
TuanNH8529-Jan-07 22:23 
AnswerRe: C# and table problem? Pin
Christian Graus29-Jan-07 22:55
protectorChristian Graus29-Jan-07 22:55 
QuestionRe: C# and table problem? Pin
TuanNH8529-Jan-07 23:03
TuanNH8529-Jan-07 23:03 
AnswerRe: C# and table problem? Pin
Christian Graus29-Jan-07 23:14
protectorChristian Graus29-Jan-07 23:14 
QuestionHow to use "Reflection "to compare classes? Pin
Luka Grabarevic29-Jan-07 21:28
Luka Grabarevic29-Jan-07 21:28 
AnswerRe: How to use "Reflection "to compare classes? Pin
Colin Angus Mackay29-Jan-07 21:41
Colin Angus Mackay29-Jan-07 21:41 
GeneralRe: How to use "Reflection "to compare classes? Pin
Russell Jones29-Jan-07 22:33
Russell Jones29-Jan-07 22:33 
AnswerRe: How to use "Reflection "to compare classes? Pin
Dan Neely30-Jan-07 2:50
Dan Neely30-Jan-07 2:50 
Use this.GetType().GetProperties() to get an array of the properties, then us the GetValue method of each to get the value of the property for this and obj2 to compare the values. If you're not exposing all your data as properties, use GetMembers instead.

--
Rules of thumb should not be taken for the whole hand.

QuestionZedGraph: DateTime Axis-scale problem and language settings Pin
Rene Tanner29-Jan-07 21:00
Rene Tanner29-Jan-07 21:00 
Questionhow to use time delay? Pin
Petra29-Jan-07 20:08
Petra29-Jan-07 20:08 
AnswerRe: how to use time delay? Pin
TuanNH8529-Jan-07 20:23
TuanNH8529-Jan-07 20:23 
AnswerRe: how to use time delay? Pin
blackjack215029-Jan-07 20:23
blackjack215029-Jan-07 20:23 
AnswerRe: how to use time delay? Pin
Christian Graus29-Jan-07 21:56
protectorChristian Graus29-Jan-07 21:56 
AnswerRe: how to use time delay? Pin
Luc Pattyn30-Jan-07 2:18
sitebuilderLuc Pattyn30-Jan-07 2:18 
QuestionHTMLElement Object Problem Pin
TuanNH8529-Jan-07 19:53
TuanNH8529-Jan-07 19:53 
GeneralRe: HTMLElement Object Problem Pin
andre_swnpl29-Jan-07 20:19
andre_swnpl29-Jan-07 20:19 
QuestionOMG? Pin
TuanNH8529-Jan-07 20:37
TuanNH8529-Jan-07 20:37 
GeneralRe: OMG? Pin
andre_swnpl29-Jan-07 20:51
andre_swnpl29-Jan-07 20:51 
GeneralRe: OMG? Pin
bobsugar22229-Jan-07 21:34
bobsugar22229-Jan-07 21:34 
Questionlooping windows forms datagrid in c# Pin
Sivaprasad C29-Jan-07 19:36
Sivaprasad C29-Jan-07 19:36 
Questionreturning more than single value from a single function Pin
sukaan29-Jan-07 19:01
sukaan29-Jan-07 19:01 
AnswerRe: returning more than single value from a single function Pin
Sylvester george29-Jan-07 20:05
Sylvester george29-Jan-07 20:05 
AnswerRe: returning more than single value from a single function Pin
andre_swnpl29-Jan-07 20:05
andre_swnpl29-Jan-07 20:05 
AnswerRe: returning more than single value from a single function Pin
blackjack215029-Jan-07 20:20
blackjack215029-Jan-07 20:20 
GeneralRe: returning more than single value from a single function Pin
aSarafian30-Jan-07 0:36
aSarafian30-Jan-07 0:36 

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.