I have a problem to pass large number of data to server side. Full explanation...
In my application i store data at local database... i use html page.. because the requirement of my application is to serve full application offline.. When i sync with server database.. I call server side aspx page from javascript... And pass my data with querystring... But i want to pass large data... (QUERYSTRING supports only upto 255 characters) What to do ? How can i pass large data to aspx page ?
