Hi,
I have a listview on a form and I am trying to add data to it from a method in another class.
What's the best way to go about this? Setting listview to Public? Setting up properties? Everything I have tried has failed. I keep getting errors like "inaccessible due to its protection level" & that listview is a non-static field.
I am a bit lost on what to do, can someone help.
Jay
Loading
Raja KrishnamurthyPosted Apr 13, 2011, 3:39 PM
HTH.
Jay WebsterPosted Apr 14, 2011, 3:05 PM
Thats what I got from Raja's post :)
Thanks for the reply.
Sam HobbsPosted Apr 13, 2011, 10:49 PM
Perhaps I just don't understand Raja's answer; perhaps he is saying essentially same thing as what I am saying.