Form 1 contains label1 and buttonOk (form1 NOT closed)
on buttonOk click the opens Form 2
Form 2 contiant a numericupdown and button1
on button1 click value of numericupdown should be displayed in label1
i tried to do this using the constructor and did not work.. help pls