Hello! I need create a server control and dynamicly
determine that control on the form. In JavaScript exist
function eval() which allows to evaluate a control on the
form. For example eval('document.myform'. +
inputcontrol.name + '.checked=true') find out which control
was send as a input parameter.
I know vb.net would not allows control array. Do we have
something that looks like eval() in JavaScript.
Thank you.