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.
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 solutionsThanks |
|
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 FialaVery Practical Software, IncNow with Blogging...http://www.vpsw.com/blogbabyMicrosoft MVP |
 |
|
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 wellThanks a lot for enlightening us. |
 |
|
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 freeNo, 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 FialaVery Practical Software, IncNow with Blogging...http://www.vpsw.com/blogbabyMicrosoft MVP |
 |
|
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2006-05-18 : 23:22:26
|
those answers are more than enoght thanks for your explainations |
 |
|
|
|
|