G
Guest
I'm writing a web based application in C# and asp.net. I'm using the
WebControls.Table object to display data from the database. My boss wants me
to put search fields above it so that he can restrict the result size. I
accomplished this and by retrieving with a sql statement where I populate the
WHERE clause at the end I am able to give him everything that he wants.
Now he wants to be able to hide the search fields and have the table move up
on the screen. This is to be toggle-able, that is to say, click a button and
the search fields disappear and the table scoots up to take it's place. Click
the button again and the table scoots down as the search fields open.
This is to be done in a browser. Is there a way to do this/
WebControls.Table object to display data from the database. My boss wants me
to put search fields above it so that he can restrict the result size. I
accomplished this and by retrieving with a sql statement where I populate the
WHERE clause at the end I am able to give him everything that he wants.
Now he wants to be able to hide the search fields and have the table move up
on the screen. This is to be toggle-able, that is to say, click a button and
the search fields disappear and the table scoots up to take it's place. Click
the button again and the table scoots down as the search fields open.
This is to be done in a browser. Is there a way to do this/