james-distinctionhq
-
4/7/2011 4:24:49 AM
RE:Listview in Webpart
Try adding:
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
To your web.config in the section:
<system.web> <pages validateRequest="false"> <controls> ... add here ...
Hope that helps
|