lock/unlock row in GridView
How can I prevent users from selecting the same row at the same time in a grid view (asp.net 2.0)? If somebody select the row which has already selected by another user... I would like to display a message says "The row you selected is currently view by User A" or change the row color to red.
|