且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何获取自动完成扩展器文本框值到服务器端

更新时间:2023-02-24 07:56:23

我在这里看不到问题,您应该能够在代码背后读取文本框的值.
I don''t see a problem here, you should be able to read the textbox value in your code-behind.


同意Shameel.只需阅读文本框&的textchanged事件中的文本即可.在标签上显示.或者,您可以在客户端使用onchange的javascript来做到这一点.
Agree with Shameel. Just read the text in textchanged event of the textbox & show that in label. Or you may do that in clientside using javascript by onchange.