Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 12, 2010 02:29 PM by amar_dv18
Member
4 Points
3 Posts
Aug 20, 2009 09:00 PM|LINK
Had the same issue, adding the following lines to top of .asx/.aspx file fixed it:
<% @ Register tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" %>
<% @ Register tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" %>
Items don't appear in toolbox yet, but design view works...
All-Star
18764 Points
3637 Posts
Aug 28, 2009 01:35 PM|LINK
For the AJAX Control Toolkit, you need to add it to your Toolbox manually.
2 Points
1 Post
Dec 16, 2009 08:40 AM|LINK
This message did help me to have <asp:ListView> put into action in VS2008, I was missing the controls assembly System.Web.Extensions
Thank you
Bart
Dec 29, 2009 10:05 AM|LINK
I am also getting the same error. Unknown server tag <asp:listview>.
I added these lines in my web.config file
also I reinstalled .net framework SP1 twice but all in vain. Still the problem persist.
Please help to solve out this problem.
8 Posts
Apr 26, 2010 02:28 PM|LINK
Hi,
Were you able to solve this issue. I am facing the same problem.
Thanks,
Sandeep
20 Points
12 Posts
Jul 12, 2010 02:29 PM|LINK
thanks simoncal,
I did as you said and added the tags in web.config and it worked. My website http://coupology.com is up and running.
svdoever
Member
4 Points
3 Posts
Re: .NET 3.5 and asp:listview
Aug 20, 2009 09:00 PM|LINK
Had the same issue, adding the following lines to top of .asx/.aspx file fixed it:
<% @ Register tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" %>
<% @ Register tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" %>
Items don't appear in toolbox yet, but design view works...
Careed
All-Star
18764 Points
3637 Posts
Re: .NET 3.5 and asp:listview
Aug 28, 2009 01:35 PM|LINK
For the AJAX Control Toolkit, you need to add it to your Toolbox manually.
"The oxen are slow, but the earth is patient."
bastrubb
Member
2 Points
1 Post
Re: .NET 3.5 and asp:listview
Dec 16, 2009 08:40 AM|LINK
This message did help me to have <asp:ListView> put into action in VS2008, I was missing the controls assembly System.Web.Extensions
Thank you
Bart
vivek_vicky6...
Member
2 Points
1 Post
Re: .NET 3.5 and asp:listview
Dec 29, 2009 10:05 AM|LINK
I am also getting the same error. Unknown server tag <asp:listview>.
I added these lines in my web.config file
<% @ Register tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" %>
<% @ Register tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" %>
also I reinstalled .net framework SP1 twice but all in vain. Still the problem persist.
Please help to solve out this problem.
San82
Member
4 Points
8 Posts
Re: .NET 3.5 and asp:listview
Apr 26, 2010 02:28 PM|LINK
Hi,
Were you able to solve this issue. I am facing the same problem.
Thanks,
Sandeep
amar_dv18
Member
20 Points
12 Posts
Re: .NET 3.5 and asp:listview
Jul 12, 2010 02:29 PM|LINK
thanks simoncal,
I did as you said and added the tags in web.config and it worked. My website http://coupology.com is up and running.
.Net Developer
GenuHR Inc, NY 10010