P
Paul
Hi
I've almost finished the web page I'm developing (with a great deal of help
from this group - thanks everyone).
My page contains 3 drop down boxes, a SEARCH button, a datagrid (populated
using a stored procedure, the stored procedure uses the selectitem in the
drop down boxes for the parameters), and a SUBMIT button.
I'm not sure how to bring it all together, when the page starts I only want
the drop down boxes and the SEARCH button to be displayed, when SEARCH is
pressed I want thoe drop down boxes to be visible but inactive and the
datagrid to be shown.
I believe when the SEARCH button is pressed a postback occurs and the page
is reloaded, how can I get my page to know which "STATE" it's in, do I use
session cookies or something along those lines?
Thanks
I've almost finished the web page I'm developing (with a great deal of help
from this group - thanks everyone).
My page contains 3 drop down boxes, a SEARCH button, a datagrid (populated
using a stored procedure, the stored procedure uses the selectitem in the
drop down boxes for the parameters), and a SUBMIT button.
I'm not sure how to bring it all together, when the page starts I only want
the drop down boxes and the SEARCH button to be displayed, when SEARCH is
pressed I want thoe drop down boxes to be visible but inactive and the
datagrid to be shown.
I believe when the SEARCH button is pressed a postback occurs and the page
is reloaded, how can I get my page to know which "STATE" it's in, do I use
session cookies or something along those lines?
Thanks