Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3970 Points
1096 Posts
Mar 18, 2012 05:16 PM|LINK
jivangilad I have one big form. I want to separate it into two logical forms. In a sense that the user sees one form, But the design code, and code behind is written in two separate forms. The reason is for developing simplicity I dont want to have too much code on the same form. I thought to use Iframe, but then the parent doesn't get directly events from the child, unless if I use javascript workaround.
I have one big form.
I want to separate it into two logical forms.
In a sense that the user sees one form, But the design code, and code behind is written in two
separate forms.
The reason is for developing simplicity I dont want to have too much code on the same form.
I thought to use Iframe, but then the parent doesn't get directly events from the child, unless if I use
javascript workaround.
If you want simplicity, keep everything on one form. The total amount of code will probably be less.
Dan Bracuk
Contributor
3970 Points
1096 Posts
Re: Split one form, into two logical forms
Mar 18, 2012 05:16 PM|LINK
If you want simplicity, keep everything on one form. The total amount of code will probably be less.