I have strange issue, some my ASP.NET webpage's URL contain '#' sign (pound/number sign).
What is this sign? and how do i get rid of it. I don't need this to appear in my URL and it seems I can't control it.
I have tried Google ... most of the people are asking how to read query strings/data that appear after this sign ... but my question is, that I don't need to see this sign or any extra special characters in my URL.
Please help, and if possible, briefly explain the reason why this sign appears.
Thanks alot.