mbed asp code into text field?

I am working with asp pages and if I want a certain word to be dynamic where it changes depending on the database content, I have to do all the work with post-edits. So, I was wondering if there is a way to make part of a text field publish as code instead of just text. For example, If I enter the following into a text box in lectora...Be courteous to the <%=(rsBanks.Fields.Item("termCustomer").Value)%>[/CODE]Lectora renders the html code for the characters (<) and (>) instead of interpreting the characters themself as code.I know in actionscript you can just add "" in front of code so it gets rendered as text. is there some way I can get the (<) and (>) to render as code instead of text? Or maybe another way of doing this so I don't have to do post edits for every dynamic variable? Thanks-ChrisEdited By: chrisTRC on 2006-10-4 15:42:38[CODE]Be courteous to the <%=(rsBanks.Fields.Item("termCustomer").Value)%>[/CODE]Lectora renders the html code for the characters (<) and (>) instead of interpreting the characters themself as code.I know in actionscript you can just add "" in front of code so it gets rendered as text. is there some way I can get the (<) and (>) to render as code instead of text? Or maybe another way of doing this so I don't have to do post edits for every dynamic variable? Thanks-ChrisEdited By: chrisTRC on 2006-10-4 15:42:38

Discussions have been disabled for this post