Click here to Skip to main content
16,020,305 members

Comments by Member 12256084 (Top 10 by date)

Member 12256084 5-Apr-16 2:50am View    
Karthik, this is only issue when application running from web server.
It is working fine when debug from my local system where the VS10 is installed
Member 12256084 5-Apr-16 2:37am View    
10.00 only
e.g
TextBox16.Text= 10
TextBox19.Text= 10.50
TextBox30.Text=20.50
but sum is not happening whenever there is decimal value in textBox19
Member 12256084 5-Apr-16 2:32am View    
Karthik,
Your code is working fine and no error when application runs from web server, but When TextBox19 having decimal value like 10.00 hours and TextBox16 having numaric value like 10 hour, the sum is not happening in TextBox30.
Only when TextBox16 and TextBox19 having numaric value, the code is running as expected and sum is happening in textBox30.
Member 12256084 5-Apr-16 2:29am View    
Karthik,
Your code is working fine and no error when application runs from web server, but When TextBox19 having decimal value like 10.00 hours and TextBox16 having numaric value like 10 hour, the sum is not happening in TextBox30.
Only when TextBox16 and TextBox19 having numaric value, the code is running as expected and sum is happening in textBox30.
Member 12256084 5-Apr-16 2:16am View    
Ok, let me clarify one thing, textbox19 is already having decimal value which is pickup from database and user is entering value in textbox16 in number format e.g
user input textBox16= 10 Hours
from database in Texbox 19 = 30.00 hours
and sum in textBox30= 40.00 hours and this value will store in database