I have this url http://spdata.com?value=1&rem=288&data=1 ..I want to replace the rem=288(this 288 is not static ) with some other value like membership=1 .Can someone tell me how to do this. Was thinking about doing a substring and then combining but not sure if there is an already easy process to do this .
Thanks