B
Brent Burkart
I am new to ado.net and I would like to set up a page which allows the user
to query information. In other words I want them to be able to bring back
information based on the dates they select. Once that information has
returned, I would like to give them further abilility to filter and
eliminate data.
The only way I knew of doing this was to send an SQL query to the database
everytime they select a new piece of information. It sounds as if their
might be a way around this in ADO.NET, but I have not figured it out.
Since all the data is returned in my Dataset, it seems as if I don't need to
reconnect to the database to requery based on another variable.
Is this possible? Any idea is appreciated.
Brent
to query information. In other words I want them to be able to bring back
information based on the dates they select. Once that information has
returned, I would like to give them further abilility to filter and
eliminate data.
The only way I knew of doing this was to send an SQL query to the database
everytime they select a new piece of information. It sounds as if their
might be a way around this in ADO.NET, but I have not figured it out.
Since all the data is returned in my Dataset, it seems as if I don't need to
reconnect to the database to requery based on another variable.
Is this possible? Any idea is appreciated.
Brent