使用jQuery获取所有GridView控件 [英] getting all gridview control using jquery

查看:172
本文介绍了使用jQuery获取所有GridView控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的表单中有5个不同的gridview控件
如何使用jquery在单个代码行中获得所有5个gridview控件

i have 5 diffrent gridview controls in my form
how to get all that 5 gridview controls in single line of code using jquery

推荐答案

jquery中没有gridview控件.网格视图是服务器上,客户端上存在的一个概念,它可能是一个表.您可以按类型在jquery中的页面中查找控件.

There are no gridview controls in jquery. A gridview is a concept that exists on the server, on the client, it''s probably a table. You can look up controls in a page in jquery by type.


(``table'')将选择所有表,但是它不在乎该表是如何生成的,因此无法确定是否它是否由gridview类生成.
(''table'') will select all tables, but it won''t care how that table was generated, it won''t be able to tell if it was generated by the gridview class or not.


这篇关于使用jQuery获取所有GridView控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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