Page 1 of 1

Using OracleDataSource in ASP.

Posted: Tue 14 Oct 2008 06:30
by rakgol_a
Hi, Newbie

I have a grid on an ASP page hooked to OracleDataSource control.
On page load I would like to load the data manualy set
the query. I can set the query on OracleDataSource
but unlike OracleDataTable it does not have properties
like Active which I use in winforms to activate or deactivate
a data source.

How is this generally do something similar to forms where us have
OracleDataTable wired to OracleCommand for the select command
and one uses OracleDataTable.Active property to control when the
data is loaded and when it is not...etc.

Regards,
Alfred

Posted: Tue 14 Oct 2008 12:37
by Shalex
The Active property doesn't matter for web pages, because the page will not update itself at the client side.