Thanks, turns out my problem was this: I decided to cache the dataset so I
wouldn't have to retrieve the data every time. What I did then, was set
the cached dataset to a new variable, and then bind the datagrid to this
variable.  When I set DataSet1 (the original dataset) to the value of what
is in the cache, and just called DataBind on the datagrid, that did the
trick.

Thanks,
Marina

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to