I have a page "article.aspx" .I insert a button in this page and i want after click on this button a value added to the url for example article.aspx?id=67 .
The important thing is how can i do this without redirect method?
response.redirect("article.aspx?id=67")
thank you .