Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
QuestionHow to write the DCOM components in C# Pin
stonewall_200030-Jun-05 17:10
stonewall_200030-Jun-05 17:10 
AnswerRe: How to write the DCOM components in C# Pin
Christian Graus30-Jun-05 17:18
protectorChristian Graus30-Jun-05 17:18 
GeneralRe: How to write the DCOM components in C# Pin
Dave Kreskowiak30-Jun-05 17:55
mveDave Kreskowiak30-Jun-05 17:55 
GeneralRe: How to write the DCOM components in C# Pin
Christian Graus30-Jun-05 18:34
protectorChristian Graus30-Jun-05 18:34 
GeneralRe: How to write the DCOM components in C# Pin
Dave Kreskowiak1-Jul-05 3:20
mveDave Kreskowiak1-Jul-05 3:20 
GeneralRe: How to write the DCOM components in C# Pin
sreejith ss nair30-Jun-05 21:25
sreejith ss nair30-Jun-05 21:25 
GeneralRe: How to write the DCOM components in C# Pin
Dave Kreskowiak1-Jul-05 3:19
mveDave Kreskowiak1-Jul-05 3:19 
GeneralInput String was not in a correct format Pin
Member 205417130-Jun-05 15:05
Member 205417130-Jun-05 15:05 
Hi,
Here is the code I am using to get the total of the following textboxes
int OnHandVar1=Convert.ToInt32(OnHandRow1.Text);
int OnHandVar2=Convert.ToInt32(OnHandRow2.Text);
int OnHandVar3=Convert.ToInt32(OnHandRow3.Text);
int OnHandVar4=Convert.ToInt32(OnHandRow4.Text);
int OnHandVar5=Convert.ToInt32(OnHandRow5.Text);
int OnHandresult= OnHandVar1 + OnHandVar2 + OnHandVar3 + OnHandVar4 + OnHandVar5;
TxtOnHand.Text =Convert.ToString(OnHandresult);

actully for the other things the code is working just fine and also before it was working fine, now it is giving me an error saying that

"INPUT STRING WAS NOT IN A CORRECT FORMAT"
CAN SOMEONE PLEASE HELP ME OUT URGENT!!!!!!!!!!

Thanks,
I really appreciate your response.




Urgent
GeneralRe: Input String was not in a correct format Pin
Christian Graus30-Jun-05 15:53
protectorChristian Graus30-Jun-05 15:53 
GeneralRe: Input String was not in a correct format Pin
V.30-Jun-05 22:49
professionalV.30-Jun-05 22:49 
GeneralRe: Input String was not in a correct format Pin
Yulianto.30-Jun-05 21:33
Yulianto.30-Jun-05 21:33 
GeneralRe: Input String was not in a correct format Pin
Weiye Chen30-Jun-05 21:38
Weiye Chen30-Jun-05 21:38 
GeneralRe: Input String was not in a correct format Pin
Member 20541711-Jul-05 5:02
Member 20541711-Jul-05 5:02 
GeneralRe: Input String was not in a correct format Pin
Guffa1-Jul-05 5:19
Guffa1-Jul-05 5:19 
Generalcolor specific rows in datagrid Pin
xrado30-Jun-05 11:51
xrado30-Jun-05 11:51 
GeneralRe: color specific rows in datagrid Pin
Dave Kreskowiak30-Jun-05 17:50
mveDave Kreskowiak30-Jun-05 17:50 
QuestionHow to change the regional langage of a textbox programmatically? Pin
Ali Beirami30-Jun-05 11:11
Ali Beirami30-Jun-05 11:11 
Generalshared folders Pin
amarsumanth30-Jun-05 10:22
amarsumanth30-Jun-05 10:22 
GeneralParsing Binary file in C# Pin
leo holzman30-Jun-05 9:36
leo holzman30-Jun-05 9:36 
GeneralRe: Parsing Binary file in C# Pin
SmarkKid530-Jun-05 12:09
SmarkKid530-Jun-05 12:09 
QuestionCheck Internet Port Status ? Pin
Ariston Darmayuda30-Jun-05 7:49
Ariston Darmayuda30-Jun-05 7:49 
AnswerRe: Check Internet Port Status ? Pin
Bojan Rajkovic30-Jun-05 15:33
Bojan Rajkovic30-Jun-05 15:33 
AnswerRe: Check Internet Port Status ? Pin
leppie30-Jun-05 22:55
leppie30-Jun-05 22:55 
GeneralDataGrid resize column Pin
Scot B30-Jun-05 6:11
Scot B30-Jun-05 6:11 
GeneralRe: DataGrid resize column Pin
Piovra_30-Jun-05 22:47
Piovra_30-Jun-05 22:47 

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.