|
-
Sep 28th, 2004, 03:31 PM
#1
Thread Starter
Lively Member
showing data retrieved in a msgbox
I need to show data that has been retrieved in a msgbox:
here is my code:
Try
tempCardNum = ds.Tables("cardInfo").Rows(0).Item("cardNum")
MsgBox("Card Found, The Details: " & cardNum & ", MsgBoxStyle.Critical")
Catch ex1 As Exception
MsgBox("Card Not Found - Any Problems Please Contact Your System Administrator")
End Try
where & cardNum & is, i need to show card number, but i also need to show date scanned...
not sure how to go about this...
thanks in advance
Last edited by escapegirl; Oct 13th, 2004 at 05:45 AM.
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
|