The front page of the site I'm creating contains a drop down list; the code-behind uses a SQL query to populate the list with almost 10,000 choices. This initial population takes almost forever to complete.
I've seen mention of services and, (although I know nothing about them yet), wonder if it might not be beneficial to set that list up as a service.
I'm not certain, though, because the pages that front page redirects the visitor to also take what I consider to be an inordinately long time to load - leading me to wonder how much of the speed problem is due to the limited-capacity server we're using.
Any advice would be greatly appreciated.
You should be able to get a look at the problem at
I've seen mention of services and, (although I know nothing about them yet), wonder if it might not be beneficial to set that list up as a service.
I'm not certain, though, because the pages that front page redirects the visitor to also take what I consider to be an inordinately long time to load - leading me to wonder how much of the speed problem is due to the limited-capacity server we're using.
Any advice would be greatly appreciated.
You should be able to get a look at the problem at