Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要做的是: 我阻止 FormView 在页面加载时绑定数据,但是当单击按钮时,我将触发事件以使用 ajax 绑定 FormView。 这在 .NET 4.5 中可行吗?
绑定发生在服务器上。FormView 是一个服务器控件。所以不行。
您可以使用 UpdatePanel 来避免整个页面刷新,但许多开发人员对 UpdatePanel 不屑一顾。
您可以使用众多 jQuery 库之一(jsRender就是其中之一)来使用 jquery 填充 html 表。