F
Fraggle
within my reading out of data from a repeater sub ...
If i put
response.write(lstitem.text)
it outputs the text from the listitem that is being looked at
if i put
dim str as string
str= listitem.text
I get a compiler error
BC30469: Reference to a non-shared member requires an object reference.
at this line
str = listitem.text
WHY!!?!
thanks!
fragg
If i put
response.write(lstitem.text)
it outputs the text from the listitem that is being looked at
if i put
dim str as string
str= listitem.text
I get a compiler error
BC30469: Reference to a non-shared member requires an object reference.
at this line
str = listitem.text
WHY!!?!
thanks!
fragg