I have an issue with timeouts that are caused by complex queries in SQLDataSource that is displayed in a gridview.
It's not the timeout in the first place that bothers me, but the fact that this triggers the OnSelected event which then causes unwanted logic in the
if (e.AffectedRows == 0) tree
Any hints?
Regards Martin
Go to the complete details ...