T
tshad
So it is like C when you cast it. You don't change any of the data, justJohn Saunders said:dim refCode as Label =
DirectCast(theDataList.FindControl("lblRefCode"),label)
the looking at the data in a different way.
I just replace the Ctype word with DirectCast, correct - same parameters?
Thanks,
Tom.