i figured out the problem - i forgot to save after i put the databinding
method in the Page_PreRender()!

trevor

"Trevor Hartman" <synapsee@hotmail.com> wrote in message
news:ekkYirNRDHA.1072@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I have a dropdownlist control. In the Page_PreRender() event, I query the
> database and bind some data to my drop down list. The problem is, when
the
> data in the database changes, it doesn't reflect in the drop down. Is it
> being cached or something? and if so, how do i get around this?
>
> Thanks - Trevor
>
>