S
soni2926
hi,
we currently have a site done using asp.net 2.0, one of the pages has
a datagrid, which displays some information. currently there is a
refresh button, but we want to change this so that every few secs we
can refresh it using ajax. using javascript to call the webservice,
we're not using updatepanels. once the webservice returns its's
results, as a dataset, how do we populate the table? I've done things
before updating labels and textboxes, but with tables...do we just add
a row using javascript to it?
we currently have a site done using asp.net 2.0, one of the pages has
a datagrid, which displays some information. currently there is a
refresh button, but we want to change this so that every few secs we
can refresh it using ajax. using javascript to call the webservice,
we're not using updatepanels. once the webservice returns its's
results, as a dataset, how do we populate the table? I've done things
before updating labels and textboxes, but with tables...do we just add
a row using javascript to it?