I am trying to figure the best way to maximize performance with data
returned from ASP pages.

Option one - return data in an HTML table.  Let the host page's css
format the table.

Option two - return json data from the asp page and let the browser
drop the data into a table and still let the host page do the final
formatting.

I guess the question is where the faster/least amount of processing
time and transport of data is used.  Other items of note - the
application is an intranet where all users will have javascript
enabled.

Your collective wisdom is greatly appreciated.

Reply via email to