Why does the Selected Row gets changed?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Why does the Selected Row gets changed?

    I am developing a Windows application using VB.NET. I have a datagrid control bound to a dataset which is populated from an Access database. When a user using my application clicks on a row in the grid, a triangle appears in a column on the left of the grid indicating the selected row. However, if the user does nothing, after several minutes, the selected row changes to the first row in the grid and the triangle indicating the selected row moves to the first row. This is very annoying. How can I prevent the selected row from changing automatically? Thanks, in advance for any help that can be offered on this.

    Need Help its urgent....

    #2
    store the selected row name in session maybe?

    Comment


      #3
      I m using windows application. So in windows application there is no session..
      any help

      Comment

      Working...
      X