I can do an eval(\"something()\"); to execute the code dynamically in JavaScript. Is there a way for me to do the same thing in C#?
eval(\"something()\");
An example of what I
Uses reflection to parse and evaluate a data-binding expression against an object at run time.
DataBinder.Eval Method