|
-
Dec 29th, 2003, 07:31 PM
#1
Thread Starter
Hyperactive Member
how to display the object datatype output into a text box.
how to convert the 'object' datatype into an integer and display it on the text box.
dim o as object
o = SqlHelper.ExecuteScalar(connection, "CountProductsByCategory", 1)
The variable 'o' has the correct output (single value) but how should I use CTYPE to convert it into the integer/string to display on the text box?
thanks
nath
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
|