Hi-
I'm sure I'm overlooking an obvious answer, but any help is greatly appreciated...
I'm trying to flesh out a content management system that will allow certain bits of asp.net (
vb) code to be stored in text blobs of other content and have it evaluated when the page is rendered.
Sort of like:
text retrieved from the table:
'I want to have the current date render here [%=datetime.now =%] and have that display to the user with the actual current date and time.
(replacing the square brackets with regular angled ones of course)
so if I pull that string out of the db, how would I get that to evaluate the embedded code prior to display back to the user?
Thanks
Jason