Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 can I use the new DatagridView in .Net 1.1

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-05-18 : 17:54:33
I m still using .Net 1.1. ia there a file that i can downlaod so that I be able to use the DatagridView control in my .Net 1.1 WINDOWS FORMS solutions
Thanks

dfiala
Posting Yak Master

116 Posts

Posted - 2006-05-18 : 22:04:54
No. You need to use 2.0 to use the GridView.

Dean Fiala
Very Practical Software, Inc
Now with Blogging...
http://www.vpsw.com/blogbaby
Microsoft MVP
Go to Top of Page

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-05-18 : 22:51:31
dear Fiala, so in order to use .net 2.0 do i need to download the framework from microsoft, can i use it with the Visual studio 2003, is .net 2.0 free, and framework 2.0 as well
Thanks a lot for enlightening us.
Go to Top of Page

dfiala
Posting Yak Master

116 Posts

Posted - 2006-05-18 : 23:15:12
Yes, you need to download the framework.
All versions of the .NET framework are free
No, you cannot use 2.0 with VS 2003, it is tied to VS 2005.

You can use any text editor and the command line compiler of course. But if you want the fancy VS IDE, you need VS 2005 to work with 2.0.

You dodn't ask, but you can run both frameworks side-by-side without any trouble.

Dean Fiala
Very Practical Software, Inc
Now with Blogging...
http://www.vpsw.com/blogbaby
Microsoft MVP
Go to Top of Page

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-05-18 : 23:22:26
those answers are more than enoght thanks for your explainations
Go to Top of Page
   

- Advertisement -