求助,sqldatasource只能放1个Select命令吗?每次配置数据源时只能修改当前的Select语句,怎么样在一个数据源里写多个select语句?[解决办法]用union select[解决办法]只能绑定一个数据集,不过如果楼主只是要select的个数的话。可以像楼上那样select * from a union select * from b[解决办法]sqldatasource当然只能捆定一个select.你可以创建多个sqldatasource