accessing one text

Posted by dev1 on Stack Overflow See other posts from Stack Overflow or by dev1
Published on 2010-06-07T14:09:37Z Indexed on 2010/06/07 14:12 UTC
Read the original article Hit count: 279

Filed under:

ASp.NET application. In button click i am accessing one text file and reading content.

while both users clicking this button at a time deadlock will occurs so how to handle this i want to read each user one by one can any one suggest method to handle. i am looking to handle with waithandle events so can any one give a code sample for above scenario.

© Stack Overflow or respective owner

Related posts about ASP.NET