if passing some special characters in the query string, like # & <>, it will cause broswer to mis-interpretate them, so when constructing query string, you should use Server.UrlEncode()
example:
string qs = "formname="+ Server.UrlEncode(drv[from].tostring());
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment