Hi everyone,
I have figured out my problem. It wasn't with the session state variables, I
was using those correctly. But I wasn't using my If...Then statements
correctly, but I fixed that problem and everything works great now. Thanks
for all the help you guys provide.
Game
"gamehhh420" wrote:
Quote:
Hi everybody,
I'm just starting out using ASP.NET and I am having trouble using session
variables. I have a datagrid which gets its data from a OleDb DataReader. I
set up a function to execute the SQL queries on the data to populate the
datagrid. I have 4 dropdown boxes which determine what data is selected. I
need help on how to use session state variables to keep the state and
selection from one drop down box to when I select another option from another
drop down box. If anyone can explain how to use session state variables or
has a different way I can accomplish the task please let me know. Thank you.
Game |