Click here to Skip to main content
15,881,600 members
Home / Discussions / C#
   

C#

 
AnswerRe: updating multiple rows of a single column with different values at runtime from C# Pin
MumbleB11-Nov-09 0:24
MumbleB11-Nov-09 0:24 
GeneralRe: updating multiple rows of a single column with different values at runtime from C# Pin
Member 236780011-Nov-09 8:15
Member 236780011-Nov-09 8:15 
QuestionHTML to plain text Pin
Hum Dum10-Nov-09 22:16
Hum Dum10-Nov-09 22:16 
AnswerMessage Closed Pin
10-Nov-09 22:22
stancrm10-Nov-09 22:22 
GeneralRe: HTML to plain text Pin
Hum Dum11-Nov-09 20:26
Hum Dum11-Nov-09 20:26 
QuestionCannot Display value of DateTimePicker Pin
rhtbhegade10-Nov-09 22:13
rhtbhegade10-Nov-09 22:13 
QuestionCasting error question Pin
kanchoette10-Nov-09 22:06
kanchoette10-Nov-09 22:06 
AnswerRe: Casting error question Pin
Covean10-Nov-09 22:25
Covean10-Nov-09 22:25 
I'm not really sure about it, but because there is only one line where you convert something I would
replace
Convert.ToInt32(paymentCategoryComboBox.SelectedItem)

with
Convert.ToInt32(paymentCategoryComboBox.SelectedItem.ToString())


But in general SelectedItem is not from the type 'System.Data.DataRowView' so I'm a little
bit confused with it. But maybe that helps.

Greetings
Covean

GeneralRe: Casting error question Pin
kanchoette10-Nov-09 23:23
kanchoette10-Nov-09 23:23 
GeneralRe: Casting error question Pin
Covean10-Nov-09 23:29
Covean10-Nov-09 23:29 
GeneralRe: Casting error question Pin
PIEBALDconsult11-Nov-09 3:40
mvePIEBALDconsult11-Nov-09 3:40 
QuestionCurrency formatting [modified] Pin
sajitk2010-Nov-09 22:02
sajitk2010-Nov-09 22:02 
AnswerMessage Closed Pin
10-Nov-09 22:16
stancrm10-Nov-09 22:16 
GeneralRe: Currency formatting Pin
sajitk2010-Nov-09 22:26
sajitk2010-Nov-09 22:26 
GeneralMessage Closed Pin
10-Nov-09 22:42
stancrm10-Nov-09 22:42 
GeneralRe: Currency formatting [modified] Pin
sajitk2010-Nov-09 23:49
sajitk2010-Nov-09 23:49 
QuestionHow to edit and manage group policy through C# & ASP.Net ? Pin
Ibrahim Mostafa10-Nov-09 21:55
Ibrahim Mostafa10-Nov-09 21:55 
AnswerRe: How to edit and manage group policy through C# & ASP.Net ? Pin
Dave Kreskowiak11-Nov-09 7:44
mveDave Kreskowiak11-Nov-09 7:44 
GeneralRe: How to edit and manage group policy through C# & ASP.Net ? Pin
Ibrahim Mostafa11-Nov-09 22:21
Ibrahim Mostafa11-Nov-09 22:21 
QuestionProblem in updating multiple rows of a single column with different values from C# Pin
Member 236780010-Nov-09 21:48
Member 236780010-Nov-09 21:48 
AnswerRe: Problem in updating multiple rows of a single column with different values from C# Pin
Dave Kreskowiak11-Nov-09 7:38
mveDave Kreskowiak11-Nov-09 7:38 
GeneralRe: Problem in updating multiple rows of a single column with different values from C# Pin
Member 236780011-Nov-09 8:17
Member 236780011-Nov-09 8:17 
QuestionProblems with VirtualMode of the DataGridView Pin
SquallNaruto10-Nov-09 20:46
SquallNaruto10-Nov-09 20:46 
AnswerRe: Problems with VirtualMode of the DataGridView Pin
SquallNaruto10-Nov-09 21:39
SquallNaruto10-Nov-09 21:39 
GeneralRe: Problems with VirtualMode of the DataGridView Pin
SquallNaruto10-Nov-09 22:44
SquallNaruto10-Nov-09 22:44 

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.