Hi all,
I have used escape function in javascript to encode the user entered text and sending
this encoded
string to the server side,Now i want to decode this encoded string in Server side to do the persistance operations.
any idea on this how can we do?