Click here to Skip to main content
15,894,405 members
Home / Discussions / C#
   

C#

 
Questionarray Pin
arkiboys1-May-07 2:05
arkiboys1-May-07 2:05 
AnswerRe: array Pin
Christian Graus1-May-07 2:07
protectorChristian Graus1-May-07 2:07 
Questionhow create new DataTable from result of DataGrid after search by DataView Pin
zeroonea1-May-07 1:48
zeroonea1-May-07 1:48 
QuestionUnable to get installer types deployment error Pin
rachitdamani1-May-07 1:41
rachitdamani1-May-07 1:41 
AnswerRe: Unable to get installer types deployment error Pin
MaxRelaxman1-May-07 4:31
MaxRelaxman1-May-07 4:31 
QuestionHow can I delete a row record with C# 2005 in an access table? Pin
memix1-May-07 1:22
memix1-May-07 1:22 
AnswerRe: How can I delete a row record with C# 2005 in an access table? Pin
RSArockiam1-May-07 2:22
RSArockiam1-May-07 2:22 
Questionlist in c# Pin
lavy28831-May-07 1:09
lavy28831-May-07 1:09 
Hello...how can I convert an element from a list into double or integer....I have something like this.......:

totalDemand += Convert.ToDouble(this[j].Demands, CultureInfo.CurrentCulture);

and it gives me an "unable to cast object of type System.Collections.Generic.List'1[system.Double]' to type System.IConvertible'.
and totalDemand it's declared like this:

private double totalDemand;

public double TotalDemand
{
set
{
totalDemand = value;
}
get
{
return totalDemand;
}
}
AnswerRe: list in c# Pin
Stefan Troschuetz1-May-07 1:24
Stefan Troschuetz1-May-07 1:24 
GeneralRe: list in c# Pin
lavy28831-May-07 1:29
lavy28831-May-07 1:29 
GeneralRe: list in c# Pin
Stefan Troschuetz1-May-07 1:38
Stefan Troschuetz1-May-07 1:38 
GeneralRe: list in c# Pin
lavy28831-May-07 1:55
lavy28831-May-07 1:55 
GeneralRe: list in c# Pin
Stefan Troschuetz1-May-07 2:07
Stefan Troschuetz1-May-07 2:07 
GeneralRe: list in c# Pin
lavy28831-May-07 2:20
lavy28831-May-07 2:20 
AnswerRe: list in c# Pin
Christian Graus1-May-07 2:10
protectorChristian Graus1-May-07 2:10 
GeneralRe: list in c# Pin
lavy28831-May-07 2:47
lavy28831-May-07 2:47 
GeneralRe: list in c# Pin
Christian Graus1-May-07 10:35
protectorChristian Graus1-May-07 10:35 
QuestionClass inside namespace Pin
Rick van Woudenberg1-May-07 0:59
Rick van Woudenberg1-May-07 0:59 
AnswerRe: Class inside namespace Pin
PandemoniumPasha1-May-07 1:19
PandemoniumPasha1-May-07 1:19 
AnswerRe: Class inside namespace Pin
Stefan Troschuetz1-May-07 1:19
Stefan Troschuetz1-May-07 1:19 
GeneralRe: Class inside namespace Pin
Rick van Woudenberg1-May-07 1:32
Rick van Woudenberg1-May-07 1:32 
GeneralRe: Class inside namespace Pin
Stefan Troschuetz1-May-07 1:41
Stefan Troschuetz1-May-07 1:41 
GeneralRe: Class inside namespace Pin
RSArockiam1-May-07 1:42
RSArockiam1-May-07 1:42 
GeneralRe: Class inside namespace Pin
Rick van Woudenberg1-May-07 2:28
Rick van Woudenberg1-May-07 2:28 
GeneralRe: Class inside namespace Pin
RSArockiam1-May-07 2:32
RSArockiam1-May-07 2:32 

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.