Printer friendly version Add MyListView in c#.net projects?
by Ganesh Kantu

How do i add the MyListView component in c#.net web applications?
Hi,
I am developing a web application to emulate the windows task manager in C#.net. This requires the ListView control. I tried using the MyListView component, but I think it doesnot work in C#.net. It gives a compilation error:

CS0234: The type or namespace name 'MyListView' does not exist in the class or namespace 'MyListView.MyListView' (are you missing an assembly reference?)

and then it displays the source file:

Line 139:
Line 140: private System.Web.UI.Control __BuildControlMyListView1() {
Line 141: MyListView.MyListView __ctrl;
Line 142:
Line 143: #line 18 "c:\inetpub\wwwroot\WebApplication1\WebForm1.aspx"


Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\webapplication1\8dd84b00\b065eec7\n4fdzseq.0.cs Line: 141

Please help...

Write reply   Tip a friend  Go back