Jquery + Insert Data + ASP.NET

  • Thread starter Thread starter Don Quijote de Nicaragua
  • Start date Start date
D

Don Quijote de Nicaragua

Hi, is there any way to insert a registration in SQL Server using
Jquery en ASP.NET.
 
Sorry only insert in database how I call a store procedure to insert
record in databas across Jquery.
Thank You.
Don Quijote de Nicaragua.
Mi Ingles no es muy bueno.
 
use jquery's ajax library (probably jQuery.post) to call call an update
page.

note: jQuery is a dom query library, not a database.

-- bruce (sqlwork.com)

Sorry only insert in database how I call a store procedure to insert
record in databas across Jquery.
Thank You.
Don Quijote de Nicaragua.
Mi Ingles no es muy bueno.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top