Link to home
Start Free TrialLog in
Avatar of Peter Nordberg
Peter NordbergFlag for Sweden

asked on

Make an ajax call ithat alters url and updates a listview in asp.net

Hi,

I have a url that looks something like this:
http://mysite?s=firstword&s=secondword

Open in new window


Each queyrstring is represtented by a link, like the following.
<a href="" class="button" OnClick="Remove('secondWord');">secondWord</a>

Open in new window


On the Remove function I would like to make an ajax call removing the parameter in the function from the url and refresh a Listview with the id dlResult

How can I accomplish that?

Peter
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial