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.
> > Hi, is there any way to insert a registration in SQL Server using
> > Jquery en ASP.NET.
[quoted text clipped - 4 lines]
> Thanks,
> Duy Lam Phuong
bruce barker - 16 Mar 2008 20:17 GMT
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.
[quoted text clipped - 9 lines]
>> Thanks,
>> Duy Lam Phuong