+ Reply to Thread
Results 1 to 2 of 2

regarding list object

  1. #1
    Pradeep
    Guest

    regarding list object

    i have a list object with data.when i select a record in the list, the fields
    in that particular record should be shown in text boxes
    pls let me konw

  2. #2
    Bob Phillips
    Guest

    Re: regarding list object

    TextBox1.Text = Listbox1.Value
    Textbox2.Text = Listbox1.List(Listbox1.ListIndex,0)
    Textbox3.Text = Listbox1.List(Listbox1.ListIndex,1)
    etc.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Pradeep" <Pradeep@discussions.microsoft.com> wrote in message
    news:9DA4A179-6982-4319-B564-A3EB61D9A278@microsoft.com...
    > i have a list object with data.when i select a record in the list, the

    fields
    > in that particular record should be shown in text boxes
    > pls let me konw




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1