使用JavaScript将数据绑定到网格 [英] to bind data to grid using javascript

查看:60
本文介绍了使用JavaScript将数据绑定到网格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用JavaScript将数据绑定到gridview?

How to bind data to gridview using JavaScript?

推荐答案

您需要弄清基础知识.

JavaScript是一种客户端技术.
从数据库服务器检索将绑定到网格的数据.整个处理是在Web服务器上完成的. .NET Engine将处理该页面,并将创建呈现给客户端浏览器的HTML.此外,网格将作为表​​格呈现给客户端.

您到底想做什么?您能解释一下您的情况吗?
You need to get the basics clear.

JavaScript is a client side technology.
Data that you will bind to the grid is retrieved from a database server. The whole processing is done on a web-server. The .NET Engine will process the page and will create HTML that is rendered to the client browser. Moreover grid will be rendered as a table to the client.

What are you exactly trying to do? Can you explain your scenario?


请参阅以下文章.

在ASP.NET中使用JavaScript的启用Ajax的Gridview
:)
see below article.

Ajax Enabled Gridview using JavaScript in ASP.NET
:)


这篇关于使用JavaScript将数据绑定到网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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