views:

37

answers:

0

Hi All, I am implementing one search solution. Technology i am using is .net Web service, html and java-script (jquery library).

* I will state the issue i am facing.

There are html elements for 'query string' typing and few 'filtering' options. In Form Submit I am reading those fields, generating the request object and then calling my WS with that object to get the response object. Everything is happening through java-script.

My problem is, I am not able to get those html element data(query string, filtering options etc.) to sent as Request object on browser refresh(F5). On browser refresh those field are becoming blank and thus not getting the resultset back in F5.

How to tackle the problem.

Any help will be highly appreciated.