DatalistItem Defnition problem

admin

Administrator
Staff member
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 muchA BC30002 error normally means that the PageDirective and Reference directive may be wrong or missing.

Eric
 
Back
Top