Save data to SQL 2000 from asp.net page using jquery (C#) -


i looking solution implements this. have comments section , want comments posted database using jquery , section gets refreshed without having reload page. how feasible , have security or performance issues?

thanx

in addition brandon answer, if you're using pure asp.net(not mvc), jquery code call asp.net pagemethod inserts data database.

links:

http://encosia.com/2008/05/29/using-jquery-to-directly-call-aspnet-ajax-page-methods/ how accept json string array in .aspx page method http://www.clientsideasp.net/2009/03/01/aspnet-ajax-poll-using-jquery-a-complete-implementation-with-admin-part/

cheers


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -