Results 1 to 2 of 2

Thread: How to I find the row number of the dataset?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    1

    How to I find the row number of the dataset?

    Is it possible to find the row number of a selected row of a dataset?(SelectedIndex is being used on a listBox with data populated from the dataset)

    thanx

  2. #2
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602
    this should work

    VB Code:
    1. dim i as integer = e.Item.ItemIndex()



    kind regards
    Henrik

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width