Click here to Skip to main content
15,881,455 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
Pete O'Hanlon12-Apr-12 3:13
mvePete O'Hanlon12-Apr-12 3:13 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
harvid12-Apr-12 3:29
harvid12-Apr-12 3:29 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
Pete O'Hanlon12-Apr-12 3:50
mvePete O'Hanlon12-Apr-12 3:50 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
harvid12-Apr-12 4:03
harvid12-Apr-12 4:03 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
Pete O'Hanlon12-Apr-12 5:05
mvePete O'Hanlon12-Apr-12 5:05 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
harvid12-Apr-12 5:18
harvid12-Apr-12 5:18 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
Pete O'Hanlon12-Apr-12 5:51
mvePete O'Hanlon12-Apr-12 5:51 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
harvid12-Apr-12 21:38
harvid12-Apr-12 21:38 
Hello Pete,

I tried to debug the code in the server after installing Visual studio.

I'm getting the below error in Cell_formatting event in this line

dgEditor.Rows(e.RowIndex).Cells("Status").Value = "Used"
e.CellStyle.BackColor = Color.LightGreen
e.CellStyle.SelectionBackColor = Color.LightGreen
e.CellStyle.SelectionForeColor = Color.Black

ERROR:
An unhandled exception of type 'System.StackOverflowException' occurred in System.Windows.Forms.dll

{Unable to evaluate expression.}

I have made a check below, but it is partly working and not updating "Status" column and coloring,

If e.Value Is Nothing Then
Exit Sub
End If


Is there anyway i can mimic this issue?

Please help. I can also paste my Cell_formating code if you want to look at it.
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
Pete O'Hanlon12-Apr-12 22:10
mvePete O'Hanlon12-Apr-12 22:10 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
harvid12-Apr-12 23:17
harvid12-Apr-12 23:17 
AnswerRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
Luc Pattyn13-Apr-12 1:58
sitebuilderLuc Pattyn13-Apr-12 1:58 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
harvid13-Apr-12 3:05
harvid13-Apr-12 3:05 
AnswerRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
Luc Pattyn13-Apr-12 3:57
sitebuilderLuc Pattyn13-Apr-12 3:57 
GeneralRe: Datagridview cell not updating in Windows 2008 SP2 server Pin
harvid16-Apr-12 3:01
harvid16-Apr-12 3:01 
Question.... Pin
Arul R Ece10-Apr-12 23:42
Arul R Ece10-Apr-12 23:42 
GeneralRe: earthquake Pin
Pete O'Hanlon11-Apr-12 0:15
mvePete O'Hanlon11-Apr-12 0:15 
QuestionQuestion related to Windows Form Pin
Shikha Rani10-Apr-12 19:29
Shikha Rani10-Apr-12 19:29 
AnswerRe: Question related to Windows Form Pin
Abhinav S10-Apr-12 19:40
Abhinav S10-Apr-12 19:40 
AnswerRe: Any suggestions about barcode generation? Pin
Richard MacCutchan14-Mar-12 1:25
mveRichard MacCutchan14-Mar-12 1:25 
QuestionDo any ad platforms exist for desktop apps? Pin
jeffb422-Mar-12 8:47
jeffb422-Mar-12 8:47 
AnswerRe: Do any ad platforms exist for desktop apps? Pin
Dave Kreskowiak2-Mar-12 12:42
mveDave Kreskowiak2-Mar-12 12:42 
GeneralRe: Do any ad platforms exist for desktop apps? Pin
jeffb422-Mar-12 13:13
jeffb422-Mar-12 13:13 
GeneralRe: Do any ad platforms exist for desktop apps? Pin
Dave Kreskowiak2-Mar-12 13:40
mveDave Kreskowiak2-Mar-12 13:40 
Question[VC++] Getting mouse position Pin
kctong5292-Mar-12 1:43
kctong5292-Mar-12 1:43 
AnswerRe: [VC++] Getting mouse position Pin
Richard MacCutchan2-Mar-12 2:26
mveRichard MacCutchan2-Mar-12 2:26 

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.