Hi all
Normally i invoke new window like this
frmmaster obj=new frmmaster();
obj.show();
but now iam fetching this form name from database which i stored in a string let it be ls_formname .
how to invoke that form from this ls_formname .
Thanks in Advance