When to keep a form around permanently
Posted
by David Jenings
on Stack Overflow
See other posts from Stack Overflow
or by David Jenings
Published on 2010-06-02T13:54:43Z
Indexed on
2010/06/02
14:04 UTC
Read the original article
Hit count: 168
I've got a form in a 24/7 application that will probably be needed as many as 1000 time a day. Does it make sense to create/destroy this form every time I need it, or is this an example of a situation where the form should be permanent?
© Stack Overflow or respective owner