TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Thyag Raj
NA
202
2.8k
How to prevent values from getting overwritten in session?
Feb 27 2017 1:35 PM
I have repeater control with editlink button.The same page is opened in two tabs of same browser logged in with same user.On editing the repeater control , the IssueID value is stored in session inside repeater_ItemCommand() event.... like Session["IssueID"] = gvIssues.DataKeys[row.RowIndex].Values["IssueID"].ToString();
The repeater control is inside the gridview.
when user edits different records in both the browser at the same time or one after the other the .The second record IssueID value is overwritten with first IssueID value. On updating the records,same values are updated in the both the records .
There is conflict in updation of the records.
How an i update different record values at same time .
Can anyone please let me know,if there is alternative solution for this.
Thanks in advance
Reply
Answers (
1
)
Require validation show when page load first mvc 5
want to do Tutorial web site