新增的webDataSource無法使用SetWhere?
如果WebDataSource是連接WebDataSet,請在Page_Load事件中加入
WebDataSource.DataSource = WebDataSet,如果WebDataSource是使用SelectCommand,請確認WebDataSource.SelectCommand屬性有設值。