Good Tutorials

  • Thread starter Thread starter me
  • Start date Start date
M

me

Hello,

I am wondering if there is a specific site/page that would show how to scan
input from a textfield and look for and convert certian characters in too
special html code.

TIA
Aaron
 
You can do that with the String .Replace() method. Can you show a short
sample of what you're looking to do?
 
If it's ASP.NET app you can user Server.HTMLEncode() for this purpose. If
it's not ASP.NET you should be able to import required namespace where
server object lives.
 
Larry,

The data is being stored in an xml file..so I need it to be in special html
code to be rendered from xsl file on page load.

TIA

Aaron
 

Ask a Question

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.

Ask a Question

Back
Top