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

When i am biding data to the girdview i am getting an error message as shown bellow.

Sys.webforms.pagerequestmangerservererrorexception:transaction(process ID 55) was deadlocked on lock resources with other process and has been chosen as the deadlock victim.


Regards,
Jeevan.
Posted

Well What I understood from your question is as follows.

In general sql server organizes data in tables in a specific manner. If there are 1000 users operating on the same table it allowed but all they are updating/editing the same record or similar records then sql server allows in first come first serve basis and table is locked for updation to finish by that user, this we call as deadlock condition. Please check if there is any situation like this by running the sql profiler...
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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