is it possible to convert obj into textbox - read inside TIA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it possible to do this.
object obj;
TextBox tb;

obj="textbox"+strA+strB;
tb=obj;

THANK YOU
 
Back
Top