Hello Friends,
I'm developing a project in ASP.Net(c#). My project definition is Online Travels Booking System.
In my project there is a seating selection module. When I select a particular seat for a particular route using a check box, I create a session for the selected seat so that if I ever choose the same route, the selected seats should not displayed.
The problem I am facing is when I select a different route, I get a selected seat which I hadn't not selected previously.
This is urgent. Can any one help me to solve this problem?
Thanks.