ho realizzato un objectdatasource che esegue il seguente comando: "
SELECT id, descrizione, datafine, utente FROM settori WHERE (datafine IS NULL) and (utente=@utente)

vorrei che al load della pagina per un particolare utente la select sia

SELECT id, descrizione, datafine, utente FROM settori WHERE (datafine IS NULL)

come posso fare?