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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -