J
Jason Wilson
I have a gridview that is using an objectdatasource that is calling a
BLL class that wraps a Typed dataset. The objectdatasource has
parameters that tied to page controls (textboxes, dropdowns ect) I
had always thought that the Objectdatasource wouldn't bind while the
gridview's visible property was set to false, but I'm experiencing
timeouts when the page is initially loaded when the objectdatasource
tries to bind without the necessary user input to filter down the
results and before I make the gridview visible.
Can anyone suggest a way to prevent the objectdatasource from binding
untl the user has filled in the form?
Thanks,
Jason
BLL class that wraps a Typed dataset. The objectdatasource has
parameters that tied to page controls (textboxes, dropdowns ect) I
had always thought that the Objectdatasource wouldn't bind while the
gridview's visible property was set to false, but I'm experiencing
timeouts when the page is initially loaded when the objectdatasource
tries to bind without the necessary user input to filter down the
results and before I make the gridview visible.
Can anyone suggest a way to prevent the objectdatasource from binding
untl the user has filled in the form?
Thanks,
Jason