|
-
Feb 25th, 2003, 08:37 PM
#1
Thread Starter
Junior Member
Getting Cellvalue from datatable to textbox?
How can I get a cellvalue from a datatable to an textbox?
-
Feb 26th, 2003, 12:01 AM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|