I adopt your doing a background sync. Send your data using a HTTP:POST instead of HTTP:GET If your server-side can handle json use that. If dont know what ajax api to use, i can recommend jquery.
cheers stefan On 17 Mrz., 12:55, "[email protected]" <[email protected]> wrote: > 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 ?
