E
emailmygroup
I am trying to decode character ‘#; but it is not working. Anybody
knows how to decode this character?
knows how to decode this character?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
When I write Server.HTMLDecode("") output is as followsI *reaally* don't understand your question.
When I process Server.HTMLDecode("")
...what I get as a result is : '
See the sample at :http://asp.net.do/test/HTMLencode.aspx
It's the LAST label in the list, after %3f ...and the code is :
im txtenc2 as String = Server.HTMLDecode("")
lblMessage6.Text = txtenc2
I am trying to decode character ‘#; but it is not working. Anybody
knows how to decode this character?
When I write Server.HTMLDecode("") output is as followsI *reaally* don't understand your question.
When I process Server.HTMLDecode("")
...what I get as a result is : '
See the sample at :http://asp.net.do/test/HTMLencode.aspx
It's the LAST label in the list, after %3f ...and the code is :
im txtenc2 as String = Server.HTMLDecode("")
lblMessage6.Text = txtenc2
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.