G
Gancy
I need to execute the command/instruction which is stored in a
variable. ex
string str = "drRow["userid"].ToString()"
here i need execute the instruction stored in 'str' and get the value
from executing
drGalileoToday["userid"].ToString()
I have no idea as how this could be done. Please advise
variable. ex
string str = "drRow["userid"].ToString()"
here i need execute the instruction stored in 'str' and get the value
from executing
drGalileoToday["userid"].ToString()
I have no idea as how this could be done. Please advise