![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi everyone... so I've got a couple of webforms (AddItem and EditItem) that do straight forward record creation and editing. The problem is that on the form, is a DropDownList that has to query a slow datasource (propietary) for its values... it takes about 15 seconds to load the form. My question is, what techniques can I use to speed this up? Here's what I've thought about: - cache the query results into a dataset somehow... this would mean that I'd have to periodically refresh the data, so what events (techniques) are best used to do this? - thread the query somehow so that the page loads and the dropdownlist (which is further down the page) gets updated when the query is done. Thanks, Michael |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |