referncing to a control +
hello,
i have two important questions :
question 1:
i have a name of a control (string). i want to create an object of this control.
the problem is that me.controls() only works with integers and i need to create it while using a string of it's name.
i can create a function that will loop the controls array and return the correct number but i have a lot of controls in each forms.
question 2:
I'm tring to use
Me.BindingContext(m_DsData.Tables(0)).AddNew()
but nothing happens.
what could be the reason ?
many thanks
Eran.