Click here to Skip to main content
15,995,305 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using VS 2008 for developing the webportal in which user can select various criteria's
for searching(like company, location..from the list displayed in the left panel of the website ) and every time the user chooses the criteria must update the panel and display the selected criteria with an "Ignore" button(clicking on which will ignore the criteria while performing the search)and this must be maintained in various post backs.

I wanted to know the best way to achieve the above functionality.

Thanks in advance,

Vasanth
Posted

1 solution

So create the necessary session vars and be done with it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900