I am having a situation that I need to convert string in to an object
The string will be like "this.loanoverview.Text" since loanoverview is an existing element in the page and its having value in runtime.
I need to get the value in runtime from the string.
I tried boxing and of no use.
Can anyone suggest me some other options in C#