I am nesting 3 listviews. I use the itemdatabound event to find my second listview to bind to.
My question is how do I find the third listview. How do I access the itemdatabound of the second listview to then find the third control.
Hope that makes sense
Thanks
EDIT: Can someone point me to a good example or tutorial on how to do this?