I am having a situation that I need to convert string in to an object
The string will be like "this.loanoverv iew.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.
The string will be like "this.loanoverv iew.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.
Comment