
|
|
|||
Load List Values for Improved EfficiencyBy Srinivasa Rao Karanam2005-06-22
How to load drop-down list values at application start-up time Reduce the number of database hits and improve your Web application's efficiency when you load common shared list values only once. In this code-filled article, learn to load the values for drop-down lists when your Web application starts and then to share these loaded list values among all the users of your application. If you load common shared list values only once, you can reduce the number of database hits and make your Web application more efficient. In this quick-and-easy, code-filled article, I explain how to load list values for the drop-down list at start-up time for your Web application. I also show you how to share these loaded list values among all users of the application. You can choose from three different scenarios when your application loads a drop-down list of items:
In this article, I explain how to implement the third case I mention above -- loading all items when the application starts. Before I jump into the implementation details, though, it is important for you to understand that drop-down list values display in the HTML
The command
Tutorial Pages: » How to load drop-down list values at application start-up time » Implement listload at app start-up » In conclusion » Resources First published by IBM DeveloperWorks |
||||
| About the NetVisits, Inc Network | Write For Us | Advertise Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy. |
Visit other NetVisits, Inc. sites: |