Referring to this thread, I am trying to do something similar. Here is a line of my code...
ListView1.Items.Add(New ListViewItem({mydatarow("FirstName"), mydatarow("LastName")}))
VS Intellisense marks this code with the following error:
Value of type 1-dimensional array cannot be converted to System.Web.UI.WebControls.ListViewItemType
Any idea what I'm doing wrong?