I have a asp.net page that has ajax call to a web method set into a page with a table, I need please a hint on how to open that page with a table after process the json into the webmethod it shows the results into the table on that page? In other word when click a button on a jquery dialog it sends the json string and then open another asp.net page with table to show the results where the page hold the web method. Please any idea how with a pseudo code as a direction. I need a reliable way to show the result, one way I thought of like processing json and save into a session but how to open second page with result on table? is there a more elgent and reliable metho.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top