本文介绍了如何使用javascript将文本框值插入gridview的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有三个文本框,一个按钮和一个网格视图。将vales输入文本框并单击按钮后,数据应显示在网格视图中而无需进入数据库。
我需要java脚本,因为我必须在客户端进行此操作。
请输入任何内容。
I have three text boxes, one button and a grid view. After entering vales into the text box and click on button the data should be displayed in the grid view without going to the database.
I need java script for this because I have to do this operation on client side.
Any inputs please.
推荐答案
这篇关于如何使用javascript将文本框值插入gridview的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!