asp.net - I want to calculate the salary of Employee -


double basicsalary = double.parse(txtbasicsalary.text); double salary = convert.todouble (txtsalary.text); double sa = basicsalary * 0.11; double = basicsalary * 0.005; double saso = sa + so; txttotalsalary.text = (convert.todouble (saso)).tostring(); 

it doesn't works me what's solution issues

i think there mistake parentheses

txttotalsalary.text = (convert.todouble(saso).tostring());


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -