Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to use html input(text) control in asp.net,i m entering quantity and rate i have to calculte amount without post back, i m using java script but it doesnt work,if any one has solution ,plz tell me.
Posted
Comments
J a a n s 9-Jul-10 3:39am    
Please tell us what you have done till now and about the error you are getting.

you can write debugger; in javascript to debug the javascript code.
 
Share this answer
 
It doesn't work because your code is broken. The best way to debug javascript is firefox with firebug, and the best way to get people to help you with your code, it to give us the code, so we can tell you what is wrong. ASP.NET is actually irrelevant, you're not using a server control, nor are you doing a postback, yours is a javascript question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900