Re: Dynamic Selection List in a Repeater

2005-10-19 Thread Antonio Gallardo
Joerg Heinicke wrote: (CCing Daniel as the original thread started 4 months ago.) On 22.06.2005 05:26, Daniel Curran wrote: I have a dynamic selection list that queries a database for its values. I now put the selection list into a repeater and I am having issues with load (imagine that). Is

Re: Dynamic Selection List in a Repeater

2005-10-19 Thread Joerg Heinicke
(CCing Daniel as the original thread started 4 months ago.) On 22.06.2005 05:26, Daniel Curran wrote: I have a dynamic selection list that queries a database for its values. I now put the selection list into a repeater and I am having issues with load (imagine that). Is there a way to cache th

Dynamic Selection List in a Repeater

2005-06-21 Thread Daniel Curran
I have a dynamic selection list that queries a database for its values. I now put the selection list into a repeater and I am having issues with load (imagine that). Is there a way to cache the values of the selection list so that it is not being called for each row of the repeater? Thanks, Da