Quote:
Originally Posted by abduraooft
I'm also afraid of the system overhead to generate this huge list each time when a user tries to access this form.
|
One option is to get the <select> options only once from the db and store them in a session array. Getting data from the array each time it's needed will be quicker than getting it from the db.