简体   繁体   English

jQuery以ASP.NET Webforms保存到数据库

[英]jQuery to save to database in ASP.NET webforms

I am not familiar with javascript. 我对javascript不熟悉。 The answer this question made me realize the power of jQuery. 这个问题的答案使我意识到jQuery的强大功能。 But unfortunately, I didn't still understand how it works when results should be stored in database (like jEditable). 但是不幸的是,当结果应该存储在数据库中时(如jEditable),我仍然不明白它是如何工作的。 Can someone please explain this or point me to an easy to understand reference for beginners. 有人可以解释一下,还是给我指出一个对初学者来说容易理解的参考。

What exactly is your question? 您到底是什么问题? jEditable is a jquery plugin for enabling edit in place functionality. jEditable是一个jquery插件,用于启用就地编辑功能。 By itself it cannot save to the db. 它本身不能保存到数据库。 However you'll still need some sort of server side code and data access layer to persist the changes to the db. 但是,您仍然需要某种服务器端代码和数据访问层才能将更改持久保存到数据库。 Classic ado/net or Entity framework an be used to persist the chnages to the underlying database. 经典的ado / net或Entity框架可用于将更改保留到基础数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM