Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: why image is not update in other form , on 2nd form closed event ? Pin
J a a n s4-Jun-08 23:04
professionalJ a a n s4-Jun-08 23:04 
AnswerRe: why image is not update in other form , on 2nd form closed event ? Pin
wasimsharp4-Jun-08 23:50
wasimsharp4-Jun-08 23:50 
RantIgnore - repost Pin
Guffa5-Jun-08 1:38
Guffa5-Jun-08 1:38 
Questionbind grid using cascade drop down with out postback Pin
Member 38798814-Jun-08 20:42
Member 38798814-Jun-08 20:42 
AnswerRe: bind grid using cascade drop down with out postback Pin
leppie4-Jun-08 23:05
leppie4-Jun-08 23:05 
AnswerRe: bind grid using cascade drop down with out postback Pin
wasimsharp5-Jun-08 0:21
wasimsharp5-Jun-08 0:21 
QuestionType.GetFields Method (BindingFlags) Pin
George_George4-Jun-08 19:40
George_George4-Jun-08 19:40 
AnswerRe: Type.GetFields Method (BindingFlags) Pin
S. Senthil Kumar4-Jun-08 22:57
S. Senthil Kumar4-Jun-08 22:57 
George_George wrote:
What means "When overridden in a derived class, searches for the fields defined for the current Type"?


System.Type is an abstract class, and GetFields is an abstract method. There are several classes that derived from Type, and MSDN says that when it is overridden in a derived class, it must return the fields associated with the "underlying" type that the Type object represents.

Regards
Senthil [MVP - Visual C#]
_____________________________
My Blog | My Articles | My Flickr | WinMacro

GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George4-Jun-08 23:00
George_George4-Jun-08 23:00 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
S. Senthil Kumar4-Jun-08 23:24
S. Senthil Kumar4-Jun-08 23:24 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George4-Jun-08 23:44
George_George4-Jun-08 23:44 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
S. Senthil Kumar5-Jun-08 0:03
S. Senthil Kumar5-Jun-08 0:03 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George5-Jun-08 0:51
George_George5-Jun-08 0:51 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
leppie5-Jun-08 0:18
leppie5-Jun-08 0:18 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George5-Jun-08 0:49
George_George5-Jun-08 0:49 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
leppie5-Jun-08 0:19
leppie5-Jun-08 0:19 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George5-Jun-08 0:43
George_George5-Jun-08 0:43 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
Vega024-Jun-08 23:51
Vega024-Jun-08 23:51 
GeneralRe: Type.GetFields Method (BindingFlags) Pin
George_George5-Jun-08 0:52
George_George5-Jun-08 0:52 
Questionhow to add new windows service by using C# code Pin
wasimsharp4-Jun-08 19:36
wasimsharp4-Jun-08 19:36 
AnswerRe: how to add new windows service by using C# code Pin
Parwej Ahamad4-Jun-08 19:58
professionalParwej Ahamad4-Jun-08 19:58 
GeneralRe: how to add new windows service by using C# code Pin
wasimsharp4-Jun-08 20:02
wasimsharp4-Jun-08 20:02 
GeneralRe: how to add new windows service by using C# code Pin
mav.northwind4-Jun-08 20:16
mav.northwind4-Jun-08 20:16 
AnswerRe: how to add new windows service by using C# code Pin
telha4-Jun-08 20:44
telha4-Jun-08 20:44 
GeneralRe: how to add new windows service by using C# code Pin
wasimsharp4-Jun-08 20:46
wasimsharp4-Jun-08 20:46 

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.