Hi All,
I have created a label inside the solution Model form.On the click event of the label I want to remove the form
and create the form with same name again.But it is unable to remove the form.This problem is happening only when any component is inside the form.
I have found a solution like we can change the name of the form in each creation and delete the old
one.Will this be a feasible alternative?.Is there any other alternatives?