Click here to Skip to main content
15,921,622 members
Home / Discussions / C#
   

C#

 
QuestionError in Updateing Record In SQL2008 Pin
SepantaNima16-Nov-10 2:16
SepantaNima16-Nov-10 2:16 
AnswerRe: Error in Updateing Record In SQL2008 Pin
Abhinav S16-Nov-10 2:17
Abhinav S16-Nov-10 2:17 
GeneralRe: Error in Updateing Record In SQL2008 Pin
SepantaNima16-Nov-10 2:27
SepantaNima16-Nov-10 2:27 
AnswerRe: Error in Updateing Record In SQL2008 Pin
jschell16-Nov-10 8:54
jschell16-Nov-10 8:54 
QuestionPropertyInfo.GetValue()------------------ Reflection Pin
arun_pk15-Nov-10 20:52
arun_pk15-Nov-10 20:52 
QuestionRe: PropertyInfo.GetValue()------------------ Reflection Pin
sanforjackass15-Nov-10 21:36
sanforjackass15-Nov-10 21:36 
AnswerRe: PropertyInfo.GetValue()------------------ Reflection Pin
Eddy Vluggen16-Nov-10 0:01
professionalEddy Vluggen16-Nov-10 0:01 
AnswerRe: PropertyInfo.GetValue()------------------ Reflection Pin
_Erik_16-Nov-10 1:46
_Erik_16-Nov-10 1:46 
This exception can be thrown in two cases:

- The property is not static and you pass null to the target parameter.
- The property is not static but the object you pass as target does not match the target type.

As you say you want to "get the property value of some class" I guess your case is the first one. If a property is not static, you can get the property value of an instance of a class.
AnswerRe: PropertyInfo.GetValue()------------------ Reflection Pin
PIEBALDconsult16-Nov-10 2:03
mvePIEBALDconsult16-Nov-10 2:03 
AnswerRe: PropertyInfo.GetValue()------------------ Reflection Pin
RaviRanjanKr16-Nov-10 2:15
professionalRaviRanjanKr16-Nov-10 2:15 
AnswerRe: PropertyInfo.GetValue()------------------ Reflection Pin
Abhinav S16-Nov-10 2:16
Abhinav S16-Nov-10 2:16 
GeneralRe: PropertyInfo.GetValue()------------------ Reflection Pin
samjog_c16-Nov-10 19:33
samjog_c16-Nov-10 19:33 
GeneralRe: PropertyInfo.GetValue()------------------ Reflection Pin
Bernhard Hiller22-Nov-10 0:23
Bernhard Hiller22-Nov-10 0:23 
QuestionImport pdf to sql Pin
4anusha415-Nov-10 20:06
4anusha415-Nov-10 20:06 
AnswerRe: Import pdf to sql Pin
Goutam Patra15-Nov-10 20:42
professionalGoutam Patra15-Nov-10 20:42 
GeneralRe: Import pdf to sql Pin
4anusha415-Nov-10 21:50
4anusha415-Nov-10 21:50 
GeneralRe: Import pdf to sql Pin
Goutam Patra15-Nov-10 22:40
professionalGoutam Patra15-Nov-10 22:40 
GeneralRe: Import pdf to sql Pin
Richard MacCutchan15-Nov-10 22:43
mveRichard MacCutchan15-Nov-10 22:43 
AnswerRe: Import pdf to sql Pin
Abhinav S16-Nov-10 2:19
Abhinav S16-Nov-10 2:19 
GeneralRe: Import pdf to sql Pin
4anusha416-Nov-10 17:47
4anusha416-Nov-10 17:47 
AnswerRe: Import pdf to sql Pin
thatraja16-Nov-10 18:47
professionalthatraja16-Nov-10 18:47 
QuestionNetwork Programming Pin
Hum Dum15-Nov-10 19:55
Hum Dum15-Nov-10 19:55 
AnswerRe: Network Programming Pin
Jacob D Dixon16-Nov-10 6:54
Jacob D Dixon16-Nov-10 6:54 
GeneralRe: Network Programming Pin
Hum Dum17-Nov-10 21:48
Hum Dum17-Nov-10 21:48 
AnswerRe: Network Programming Pin
RobCroll17-Nov-10 4:23
RobCroll17-Nov-10 4:23 

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.