I have two SQLDataSources I'll call them SQL1 and SQL2.
SQL1 returns all from a table and is the datasource for a datalist.
SQL2 is used as Datasource for a listbox inside my datalist. But I want to add a where clause that filters the rows returned based on a field returned in SQL1.
Is this possible?
SQL1 returns all from a table and is the datasource for a datalist.
SQL2 is used as Datasource for a listbox inside my datalist. But I want to add a where clause that filters the rows returned based on a field returned in SQL1.
Is this possible?