Click here to Skip to main content
15,913,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calculating textbox value Pin
Pete O'Hanlon14-Dec-07 1:30
mvePete O'Hanlon14-Dec-07 1:30 
GeneralRe: Calculating textbox value Pin
Burim Rama14-Dec-07 1:46
Burim Rama14-Dec-07 1:46 
GeneralRe: Calculating textbox value Pin
Pete O'Hanlon14-Dec-07 2:45
mvePete O'Hanlon14-Dec-07 2:45 
GeneralRe: [Message Deleted] Pin
Paul Conrad23-Dec-07 9:49
professionalPaul Conrad23-Dec-07 9:49 
QuestionPopulate outlook and outlook express new email with HTML content from winfom Pin
tsachim13-Dec-07 23:21
tsachim13-Dec-07 23:21 
GeneralThreadStateException Pin
mimar13-Dec-07 23:15
mimar13-Dec-07 23:15 
GeneralRe: ThreadStateException Pin
Luc Pattyn13-Dec-07 23:39
sitebuilderLuc Pattyn13-Dec-07 23:39 
Generaldatagridview checkbox field [modified] Pin
arkiboys13-Dec-07 22:54
arkiboys13-Dec-07 22:54 
There is a checkbox field in the datagridview control.
In the datagridview_cellclick() event I have a condition so that the user is allowed or not allowed to check this box.
Not sure why this does not seem to have any affect because the condition is met correctly but when the grid is populated then the checkbox does indeed appear as if the if statement has no affect.

This is what I am doing in the cellclick event
And there is nothing else that makes that field to have a check in the checkbox field.

if...
...
dgvSecurityPricing.Rows[e.RowIndex].Cells["Price"].Value = false

Not sure why in _CellFormatting event this gets set to true

Thanks
modified on Friday, December 14, 2007 5:44:35 AM

GeneralRe: datagridview checkbox field Pin
Paul Conrad23-Dec-07 9:49
professionalPaul Conrad23-Dec-07 9:49 
Questionhow to use cximage in c#? Pin
reazn13-Dec-07 22:12
reazn13-Dec-07 22:12 
GeneralRe: how to use cximage in c#? Pin
Christian Graus13-Dec-07 22:49
protectorChristian Graus13-Dec-07 22:49 
QuestionSeralize a class with static Variables Pin
Bhimuni13-Dec-07 20:43
Bhimuni13-Dec-07 20:43 
AnswerRe: Seralize a class with static Variables Pin
Guffa13-Dec-07 21:01
Guffa13-Dec-07 21:01 
QuestionRe: Seralize a class with static Variables Pin
Bhimuni14-Dec-07 22:21
Bhimuni14-Dec-07 22:21 
AnswerRe: Seralize a class with static Variables Pin
Guffa15-Dec-07 8:13
Guffa15-Dec-07 8:13 
GeneralRe: Seralize a class with static Variables Pin
Bhimuni17-Dec-07 21:31
Bhimuni17-Dec-07 21:31 
Generalstoring double array in XML using C# Pin
ceken13-Dec-07 20:06
ceken13-Dec-07 20:06 
GeneralRe: storing double array in XML using C# Pin
Christian Graus13-Dec-07 21:50
protectorChristian Graus13-Dec-07 21:50 
Questionusing html code making a report in c# Pin
infi_200713-Dec-07 19:54
infi_200713-Dec-07 19:54 
GeneralRe: using html code making a report in c# Pin
Paul Conrad15-Dec-07 9:05
professionalPaul Conrad15-Dec-07 9:05 
Generaldata manager class Pin
chithra.r13-Dec-07 19:30
chithra.r13-Dec-07 19:30 
GeneralRe: data manager class Pin
N a v a n e e t h13-Dec-07 19:34
N a v a n e e t h13-Dec-07 19:34 
GeneralRe: data manager class Pin
Sun Rays13-Dec-07 19:41
Sun Rays13-Dec-07 19:41 
GeneralRe: data manager class Pin
Dave Kreskowiak14-Dec-07 4:12
mveDave Kreskowiak14-Dec-07 4:12 
QuestionHow to create a desktop application for demo purpose Pin
Pradeep Kumar Srivastava13-Dec-07 18:39
Pradeep Kumar Srivastava13-Dec-07 18:39 

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.