Possible Duplicate:
Change single variable value in querystring
For example: www.example.com/feeds?arg1=xyz&arg2=abc$arg3=pqr. I want to replace the arg2 value with say 123 to get www.example.com/feeds?arg1=xyz&arg2=123$arg3=pqr. Please suggest an easiest way to attain that.
Process is simple.
See this code.