|
|
Browse by Tags
All Tags » AutoPaging
-
Hi,
I noticed what seems to be an issue with your esDataSource AutoPaging yesterday. I wondered if you could confirm if it is a bug or not. Basically, In the DataSource's esSelect event handler, I set the DataSource's query with
Code:protected void coursesDataSource_esSelect(object sender, esDataSourceSelectEventArgs e)
{
e.Collection = ...
|
|
|