Can anyone tell me how to handle # character in querystring.
I am sending title = "c# nutshell" string in querystring to asp 3.0 page
Please suggest something
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Aug 21, 2008, 2:54 PM
Try replacing the # character with %23 which is its hex code.
DanPosted Aug 21, 2008, 2:52 PM