Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get Item.Count after changing SQL select
Message
From
09/09/2010 18:44:11
 
 
To
09/09/2010 16:37:01
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01480686
Message ID:
01480733
Views:
41
Ok, I got a bit further in my research:

on one of the MS sites it specified that the querry (the command specified in the .SelectCommand property) is automaticly executed by the object which is .DataBound to the SQLDataSource.

This means it happens too late for me - when the server is done and the client has the control.

I also know that I should be able to trigger the querry myself with .Select(). However, it wants a DataSourceSelectArgument - which i have no clue on how to pass that one, given the command is already in the .SelectCommand.

Anyone whant to give it a shot? (I have a feeling there has to be an easier way to do this)

Thanks!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform