check this.. |
| santhosh kapa replied to Sean Braudrick at 08-May-08 10:47 |
While passing the Querystring variables, use Server.URLEncode method to avoid and minimize the problems with querystrings.. I am sure you are aware of querystring length(You can have only 255 chars max, I suppose) and that is not the problem in your case..
check this how to use Server.UrlEncode.. http://www.codeproject.com/KB/aspnet/QueryString.aspx
|
|