I'm having a problem with a complex query timing out before a list view is generated. If the SQLCommand object is created in vb, I know there is a SQLCommand.commandtimeout parameter that can be set. In the code generated by asprunner.net, the sql datasource is defined in the aspx. Is there a way to set the commandtimeout or an equivalent?
Thanks