This blog is moved to
http://amalhashim.wordpress.com

Monday, June 9, 2008

Query String + Special Characters

For sending special characters as Querystring

In javascript we can use the function escape to encode
In .Net we can user Server.URLEncode

To decode the string we can use unescape in javascript
and Server.URLDecode in .Net


Thats all ;p

No comments: