Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir,
I have created a online examination web application. Now when when two users are using the Applicaion select the question from dataset then the row index become common for every session what may be the problem. please help me.
Posted
Comments
Mahesh Bailwal 20-Jun-13 9:37am    
where you have stored the dataset? Is it Session object or in Application Object?

1 solution

The solution is very simple. you have to manage the Application as like Session and make setting of session inside of globle.asax page when this page is providing each default methods to manage session state where you can lock and unlock the user action as per accessing the website functionality.

Just used Lock() and Unlock() method to hold another user whenever one user completed their task. If you want example code then will send you.....!!!!
 
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