Click here to Skip to main content
16,004,653 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: int Pin
ednrgc25-Oct-06 5:27
ednrgc25-Oct-06 5:27 
AnswerHOMEWORK Pin
leckey25-Oct-06 18:31
leckey25-Oct-06 18:31 
GeneralRe: HOMEWORK Pin
RichardGrimmer27-Oct-06 5:26
RichardGrimmer27-Oct-06 5:26 
Questionjavascript validation in data grid Pin
yesu prakash25-Oct-06 1:50
yesu prakash25-Oct-06 1:50 
AnswerRe: javascript validation in data grid Pin
Sathesh Sakthivel25-Oct-06 2:09
Sathesh Sakthivel25-Oct-06 2:09 
AnswerRe: javascript validation in data grid Pin
ednrgc25-Oct-06 5:34
ednrgc25-Oct-06 5:34 
QuestionAdding two numbers together Pin
proguy25-Oct-06 1:16
proguy25-Oct-06 1:16 
AnswerRe: Adding two numbers together Pin
Alsvha25-Oct-06 1:28
Alsvha25-Oct-06 1:28 
Javascript thinks your values are strings and thus the + operator concatinates the strings instead of adding them.
You must force Javascript to think of your value as a number which you can do with a little quick n' dirty hack of subtracting 0 from it to "convert" it to an integer:

subForm.total.value = (m1 - 0)+ n1 ;

Should do it.

---------------------------
127.0.0.1 - Sweet 127.0.0.1

Questionproblem Pin
amaneet25-Oct-06 0:50
amaneet25-Oct-06 0:50 
AnswerRe: problem Pin
Jay_se25-Oct-06 0:51
Jay_se25-Oct-06 0:51 
AnswerRe: problem Pin
seee sharp25-Oct-06 2:44
seee sharp25-Oct-06 2:44 
AnswerHOMEWORK Pin
leckey25-Oct-06 18:32
leckey25-Oct-06 18:32 
Question,problem Pin
amaneet25-Oct-06 0:48
amaneet25-Oct-06 0:48 
AnswerRe: ,problem Pin
Jay_se25-Oct-06 0:50
Jay_se25-Oct-06 0:50 
AnswerRe: Useless subject Pin
Guffa25-Oct-06 3:03
Guffa25-Oct-06 3:03 
QuestionWhich server is the best Pin
sabby200625-Oct-06 0:47
sabby200625-Oct-06 0:47 
AnswerRe: Which server is the best Pin
Colin Angus Mackay25-Oct-06 0:59
Colin Angus Mackay25-Oct-06 0:59 
GeneralRe: Which server is the best Pin
sabby200625-Oct-06 1:30
sabby200625-Oct-06 1:30 
GeneralRe: Which server is the best Pin
ednrgc25-Oct-06 5:37
ednrgc25-Oct-06 5:37 
Questionresponse Pin
amaneet25-Oct-06 0:44
amaneet25-Oct-06 0:44 
AnswerRe: response Pin
Jay_se25-Oct-06 0:50
Jay_se25-Oct-06 0:50 
AnswerRe: response Pin
Colin Angus Mackay25-Oct-06 1:03
Colin Angus Mackay25-Oct-06 1:03 
AnswerRe: response Pin
ednrgc25-Oct-06 5:39
ednrgc25-Oct-06 5:39 
AnswerHOMEWORK Pin
leckey25-Oct-06 18:33
leckey25-Oct-06 18:33 
QuestionRegarding inserting into config file [modified] Pin
VishalSharmaDev25-Oct-06 0:31
VishalSharmaDev25-Oct-06 0:31 

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.