Results 1 to 3 of 3

Thread: LinkLabel Text (Resolved)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    68

    LinkLabel Text (Resolved)

    How can I make a linklabel display data from a database which is being read by a datareader.

    Thanks
    Last edited by gearbolt; Aug 3rd, 2004 at 12:16 AM.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    VB Code:
    1. LinkLabel1.Text = dr.Item(4).ToString

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    68
    Thanks, it works

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