in
All Tags » from » how » selected (RSS)

Browse by Tags

  • Problem: How can i retrieve the selected value on a ListBox?

    I am trying to retrieve the selected value on a list box that i automatically populate when the page loads up. This is my code, Sub Load_List_Box() 'Create a connection Dim objConn as New OleDbConnection(strOLeDB) 'You must open the connection before populating the DataReader objConn.Open() 'Create...
    Posted to ASP.NET (Forum) by microsoft on 05-30-2009
  • Problem: How to get data from selected in listview

    I was using a listbox, code below i changed to a listview, and now i need the numbers in the selected line and in column1 in a variable from the listview. The question is, how do i get this number? The code below is how i did it with a listbox, with that code you should understand what i mean :) Code...
    Posted to Visual Basic.NET (Forum) by microsoft on 05-29-2009
Page 1 of 1 (2 items)