Click to See Complete Forum and Search --> : DatalistItem Defnition problem


wzhao
08-23-2005, 05:51 PM
Hi,

I have a VB code:

Dim di As DataListItem

But I got an error message:
"BC30002: Type 'DataListItem' is not defined."

What's wrong here? Do I need to define DataListItem? how?

Thanks so much

A1ien51
08-23-2005, 11:25 PM
A BC30002 error normally means that the PageDirective and Reference directive may be wrong or missing.

Eric