Scalable Development

Our professional opinions... because not everybody's got one.

This site maintained by Scalable Development, Inc. www.scalabledevelopment.com.

Welcome to Scalable Development Sign in | Join | Help
in Search

wallym

Using the ListView with VS.NET Orcas Beta1

If you have tried the new grid control (ListView) in Visual Studio .NET Orcas Beta1, you may have noticed that the control has to be registered within the page.  To get around this, I had to do two things:
  • Register the System.Web.Extensions assembly with the project.  Apparently, this assembly is not registered with the projects by default.
  • Add the <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> entry to the pages -> controls section of the web.config file.  Once I did these two items, I got my intellisense and I didn't have to worry with the registration commands on every page.
Published Saturday, April 28, 2007 3:33 AM by wallym Edit

Comments

No Comments
Anonymous comments are disabled

This Blog

Post Calendar

<April 2007>
SuMoTuWeThFrSa
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

Syndication

Powered by Community Server, by Telligent Systems