.Net Goodies
Code snippets and technology news that come across my daily life.
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:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment