Hello collegues !
I have following problem
I need to check, if my element was creanted on form or not
For this i do following :
if(oOrderForm.Items.Item("myItem")!=null)
{
}
but this give me an exception
are there another ways to check, if element exists or was not created yet ?
Best regards