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
Monday, June 9, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment