asp.net - how to go from sql database to ajax/jquery -


how can go sql statement ajax? know broad question here trying , have tried.

i have using asp.net(vb) connected database , put information in dataset , datagrid. (i don't want use datagrid anymore)

i know how make dataset xml , json. after stuck.

from purely jquery standpoint, if print json out otherwise blank page, jquery able load data via $.getjson() or appropriate ajax function. make sure don't print else page html tags.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -