Possible Duplicate:
C# eval equivalent?
how can i execute A command from some string on windows forms application like this:
string s=" MessageBox.Show(\"Hello World !\"); "
//and then execute s like a dynamic string in sql
//execute(s)
//does it mean that there is no command that executes string in c#?