User-867243936 posted
Hello guys,
holpe all are doing well.
i have some problem in thread. within a button click event of a ASP web page i need to call 10 seperate function which are usually update 10 tables. i used trunsaction scope for avoiding inconsistency data updation. its working fine.
problem is when trying to retrive data from those tables sometimes it raise race condition and not able to generate report. my application is hosted on global server, this type of condition only raise when number of user is more than 100.
please help me out from this problem.
Thanks in advance.