Concurrency problem
Hi,
i have search page and a SearchResult page
From search page u can search records by using some criteria, like u can use, name, surname, state, city,phone no, suburb, year etc.
and the result is diplayed accordingly in searchresult page in DataGrid, In datagrid u can update records by clicking on any row and a new page is opened for updating. From here u can Update any record.
My problem : Whenever i try to update the record from more then one browser window, "suppose, in one window i have searched 2006's data and in the second window i have searched 2005's data " and if i try to update the data in both window, the result is changed in both browser window, i mean it is not showing the data which i searched after updating.
Pls Help me?
Thanx in Advance
|