Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Have a Web Page in asp.net .
The Page needs to refresh after every 3 minutes.
For this I have
used the Code in the Page load of the Web page like
Response.AppendHeader("Refresh", "300000")

And is working fine also,
But my problem is that ,If more than two users
accessing that page at same time
and when page is refreshing .
then am getting Transaction error Deadlock.
So how to solve this Issue.
Posted

1 solution

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