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
 
Back
Top