Hi,
For 2 days i have tried to access a button, by a string value. In javascript this would be very simple, but i can't seem to get it done with c#. Can someone please tell how me to do the following?
string buttonname;
buttonname = "btnAdd";
buttonname.Enabled = true;
Thanks in advantage!