Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: .NET Decompiler ?? !! Pin
lmoelleb6-Oct-07 1:17
lmoelleb6-Oct-07 1:17 
GeneralRe: .NET Decompiler ?? !! Pin
Dan Suthar6-Oct-07 2:22
professionalDan Suthar6-Oct-07 2:22 
GeneralRe: .NET Decompiler ?? !! Pin
lmoelleb6-Oct-07 3:18
lmoelleb6-Oct-07 3:18 
GeneralRe: .NET Decompiler ?? !! Pin
Nathan Holt at EMOM8-Oct-07 9:38
Nathan Holt at EMOM8-Oct-07 9:38 
AnswerRe: .NET Decompiler ?? !! Pin
Dan Suthar8-Oct-07 21:37
professionalDan Suthar8-Oct-07 21:37 
QuestionAssembly/DLL Hierarchy Deployed Behind a Web Service Problem Pin
Alex Webber5-Oct-07 6:02
Alex Webber5-Oct-07 6:02 
Questionpowershell scripts Pin
winsane5-Oct-07 6:02
winsane5-Oct-07 6:02 
QuestionProblem with columns in DataGridView Pin
Knoen5-Oct-07 5:07
Knoen5-Oct-07 5:07 
Im trying to access a certan column in a data bound DataGridView like this.

int index = (int)dataGridView1.Columns["SomeColumn"].DisplayIndex;

But some how i allways got the "dataGridView1.Columns["SomeColumn"]" to be null. That is it is not set to an object. But if i use the syntax
int index = (int)dataGridView1.Columns[0].DisplayIndex it works fine!

Any ideas? Ive got nothing Smile | :)

Thankz
AnswerRe: Problem with columns in DataGridView Pin
led mike5-Oct-07 5:45
led mike5-Oct-07 5:45 
GeneralRe: Problem with columns in DataGridView Pin
Knoen5-Oct-07 5:47
Knoen5-Oct-07 5:47 
GeneralRe: Problem with columns in DataGridView Pin
led mike5-Oct-07 6:15
led mike5-Oct-07 6:15 
GeneralRe: Problem with columns in DataGridView Pin
Knoen5-Oct-07 6:24
Knoen5-Oct-07 6:24 
Questiontextbox check Pin
NewToAspDotNet5-Oct-07 4:29
NewToAspDotNet5-Oct-07 4:29 
AnswerRe: textbox check Pin
Matthew Cuba5-Oct-07 4:47
Matthew Cuba5-Oct-07 4:47 
AnswerRe: textbox check Pin
PIEBALDconsult5-Oct-07 4:53
mvePIEBALDconsult5-Oct-07 4:53 
AnswerRe: textbox check Pin
Peter Vertes5-Oct-07 5:04
Peter Vertes5-Oct-07 5:04 
AnswerRe: textbox check Pin
Ajay.k_Singh5-Oct-07 5:21
Ajay.k_Singh5-Oct-07 5:21 
Question"Anti-Grain Geometry" question Pin
Richard Blythe5-Oct-07 4:18
Richard Blythe5-Oct-07 4:18 
AnswerRe: "Anti-Grain Geometry" question Pin
Dave Kreskowiak5-Oct-07 8:30
mveDave Kreskowiak5-Oct-07 8:30 
QuestionHow do i.... Pin
MMaines20055-Oct-07 4:07
MMaines20055-Oct-07 4:07 
AnswerRe: How do i.... Pin
leckey5-Oct-07 4:15
leckey5-Oct-07 4:15 
AnswerRe: How do i.... Pin
Matthew Cuba5-Oct-07 4:26
Matthew Cuba5-Oct-07 4:26 
AnswerRe: How do i.... Pin
martin_hughes5-Oct-07 4:51
martin_hughes5-Oct-07 4:51 
Questiondateandtime issue Pin
NewToAspDotNet5-Oct-07 4:05
NewToAspDotNet5-Oct-07 4:05 
AnswerRe: dateandtime issue Pin
Pete O'Hanlon5-Oct-07 4:40
mvePete O'Hanlon5-Oct-07 4:40 

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.