I use SQL output to create a drop-down list and to validate my web page. I'm trying to figure out a way to convert special chars into html code i.e. & to & and so on. What is the ASP syntax that I should use to do so? My current code is:
<tr>
<td><% response.write rs.fields(1).Value%></td>
</tr>