I'm looking a way to run codes provided as a string...
Example: I want to store some asp.net c# codes in a database table and I would like to run it on a page.
For example:
string codesFromDBTable = "Response.Write(abc)" //something like that...
Is that possible?