I went to add a ListView to a visual web part I had created and it didn't show up in Intellisense. I figured it was just a hiccup in the intellisense so I just typed it in manually but when I run the web part it throws the error:
Unknown server tag 'asp:ListView'
Is there a way to do this in a Web Part?
UPDATE:
I am able to use a Repeater with is also part of the System.Web.UI.WebControl namespace as well as other controls belonging to this namespace .