A
ad
I have a string variable
string sID;
sID store the ID of a TextBox.
I want to refer TextBox throw sID. like (TextBox which ID is
sID).Text="text";
How can I do that ?
string sID;
sID store the ID of a TextBox.
I want to refer TextBox throw sID. like (TextBox which ID is
sID).Text="text";
How can I do that ?