Results 1 to 2 of 2

Thread: Getting Cellvalue from datatable to textbox?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Posts
    30

    Unhappy Getting Cellvalue from datatable to textbox?

    How can I get a cellvalue from a datatable to an textbox?

  2. #2
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    Dim a As New DataTable()
    text1.text= a.Rows(0)("Name")

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