简体   繁体   中英

How could I do the same thing using asp.net and jquery instead of php?

The author in this screencast is using jquery to submit data to a database using php. The link is here:

http://blog.themeforest.net/tutorials/jquery-for-absolute-beginners-day-13/

How could I do the same thing using asp.net and sql server 2005?

What the jQuery AJAX query is doing is quite simple. It's just sending a request to a url. Be it static ( http://example.com/ajax.aspx ) or relative (ajax.aspx)

You can send POST or GET data with that request and it will function just like if a form sent that information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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