asp.net中的html文本框 [英] html text box in asp.net

查看:92
本文介绍了asp.net中的html文本框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在asp.net中使用html输入(文本)控件,即时输入数量和费率我必须计算数量而无须回发,即时消息使用Java脚本,但它不起作用,如果有人有解决方案,请告诉我.

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.

推荐答案

它不起作用,因为您的代码已损坏.调试javascript的最佳方法是使用带firebug的firefox,这是使人们为您提供代码帮助的最佳方法,它可以为我们提供代码,因此我们可以告诉您哪里出了问题. ASP.NET实际上无关紧要,您没有使用服务器控件,也没有进行回发,这是一个JavaScript问题.
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.


您可以编写调试器;在javascript中调试javascript代码.
you can write debugger; in javascript to debug the javascript code.


这篇关于asp.net中的html文本框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆