Click here to Skip to main content
15,887,875 members
Home / Discussions / C#
   

C#

 
GeneralDeleting data from Excel file in C# Pin
meeram39528-Jan-08 5:56
meeram39528-Jan-08 5:56 
GeneralRe: Deleting data from Excel file in C# Pin
led mike28-Jan-08 6:22
led mike28-Jan-08 6:22 
GeneralQuestion on using the & sign and string Pin
avengerzx928-Jan-08 5:37
avengerzx928-Jan-08 5:37 
GeneralRe: Question on using the & sign and string Pin
avengerzx928-Jan-08 5:42
avengerzx928-Jan-08 5:42 
GeneralRe: Question on using the & sign and string Pin
Rob Philpott28-Jan-08 5:57
Rob Philpott28-Jan-08 5:57 
GeneralRe: Question on using the & sign and string Pin
PIEBALDconsult28-Jan-08 7:34
mvePIEBALDconsult28-Jan-08 7:34 
Generalproperties sort order Pin
netJP12L28-Jan-08 5:16
netJP12L28-Jan-08 5:16 
GeneralRe: properties sort order Pin
LongRange.Shooter28-Jan-08 8:31
LongRange.Shooter28-Jan-08 8:31 
When you bind an obect to a property grid, it uses reflection to walk through the properties exposed on the object. I would hazzard to guess, based on the little bit of data you provided, is that those are the order that the properties exist in your Employee Class ??!!

One thing to do is to try changing the order. There are also a number of decorators you can use to help with what the property grid exposes. For example [Description()] will populate the decriptor box at the bottom of the property grid when you click on the field. Most of the behavior is not controlled by properties on the grid, but rather the decorators on your fields.
GeneralRe: properties sort order Pin
visualhint30-Jan-08 5:37
visualhint30-Jan-08 5:37 
GeneralWorker thread problem Pin
Rick van Woudenberg28-Jan-08 3:48
Rick van Woudenberg28-Jan-08 3:48 
GeneralRe: Worker thread problem Pin
Mustafa Ismail Mustafa28-Jan-08 3:57
Mustafa Ismail Mustafa28-Jan-08 3:57 
GeneralRe: Worker thread problem Pin
leppie28-Jan-08 4:10
leppie28-Jan-08 4:10 
GeneralRe: Worker thread problem Pin
Mustafa Ismail Mustafa28-Jan-08 8:08
Mustafa Ismail Mustafa28-Jan-08 8:08 
GeneralRe: Worker thread problem Pin
Pete O'Hanlon28-Jan-08 9:33
mvePete O'Hanlon28-Jan-08 9:33 
GeneralRe: Worker thread problem Pin
leppie28-Jan-08 4:01
leppie28-Jan-08 4:01 
Generalcreateprocess. Stop command prompt being shown Pin
Ylno28-Jan-08 3:36
Ylno28-Jan-08 3:36 
GeneralRe: createprocess. Stop command prompt being shown Pin
leppie28-Jan-08 3:56
leppie28-Jan-08 3:56 
GeneralRe: createprocess. Stop command prompt being shown Pin
Justin Perez28-Jan-08 4:01
Justin Perez28-Jan-08 4:01 
GeneralConvert a row of a 2d array into a 1d array. Pin
Dan Neely28-Jan-08 3:22
Dan Neely28-Jan-08 3:22 
GeneralRe: Convert a row of a 2d array into a 1d array. Pin
Skippums28-Jan-08 4:27
Skippums28-Jan-08 4:27 
GeneralRe: Convert a row of a 2d array into a 1d array. Pin
Dan Neely28-Jan-08 5:16
Dan Neely28-Jan-08 5:16 
GeneralRe: Convert a row of a 2d array into a 1d array. Pin
Skippums28-Jan-08 6:09
Skippums28-Jan-08 6:09 
GeneralRe: Convert a row of a 2d array into a 1d array. Pin
Ennis Ray Lynch, Jr.28-Jan-08 8:46
Ennis Ray Lynch, Jr.28-Jan-08 8:46 
GeneralRe: Convert a row of a 2d array into a 1d array. Pin
Dan Neely28-Jan-08 9:09
Dan Neely28-Jan-08 9:09 
GeneralRe: Convert a row of a 2d array into a 1d array. Pin
Ennis Ray Lynch, Jr.28-Jan-08 9:20
Ennis Ray Lynch, Jr.28-Jan-08 9:20 

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.