Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

intepreting text from db ask asp

Status
Not open for further replies.

stakadush

Programmer
Oct 1, 2001
195
IL
hey
i want to extract text from a database and use it as ASP code.
for example,let's say i have the following text inside a table row:
my name is: <%=Name%><br>
<%If Not Country = &quot;&quot; Then%>i live in: <%=Country%><%End If%>

i want to get this from the database, parse it and return the result to the user.
first i thought of using regexps and eval but it's not good enough.

any ideas?
thanks :)
 
basically what i want to do is get a chunk of html with asp, send it to some ASP parser and then print the results back to the user.
there's another message on this forum (thread333-141965), with the same problem. maybe it will make it more clear...

:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top