Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~403 People Reached
Favorite Tags
Member Avatar for rdprecure

Referring to [this thread](http://www.daniweb.com/software-development/vbnet/threads/446028/how-populate-listview-in-vb.net), 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?

Member Avatar for tinstaafl
0
351
Member Avatar for rdprecure

I need to write an app that will target a basic cell phone. By basic I mean a phone that at a minimum supports texting and bluetooth connectivity. GPS would be a plus. I need to stay away from smartphones due to the cost. The app would need to communicate …

0
52