Click to See Complete Forum and Search --> : Probably a dumb question but I will ask anyways lol
Matrix.net
02-20-2007, 11:18 AM
Hi I want to use Vs 2005 because it uses .net 2.0 and I want to use its fileUpload control on a webpage cause it makes it easier to transfer files than in .net 1.1 , however I want to use vs2003 for the rest of the pages . My question is , can I create a website made up of just that one page with the fileUpload controls and then easily do a response.redirect to a page that belongs to a website created in vs2003 ? Will that cause any problems ? I'm not going to transfer any variables between the two pages , I just need to have the functionality for a user to transfer files and then move on to another page to do something else but in a page that belongs to another project made in vs2003
Phil Weber
02-20-2007, 11:24 AM
You can only use one version of .NET per application. You can create a separate application using .NET 2.0 for file uploads, then redirect your users to a different application built with .NET 1.1. I'm not sure if you'll be able to access a common file upload location from both apps.
Why not just use ASP.NET 2.0 for everything?
Matrix.net
02-20-2007, 02:53 PM
Right Phil that was what my question was so I suppose thats a yes to my question. I dont wanna use 2.0 at the moment because I need to use datagrids and I'm accustomed to using and declaring them as you do in vs2003
Phil Weber
02-20-2007, 03:18 PM
The ASP.NET 1.1 DataGrid works fine in 2.0, it's just not in the toolbox by default. Right click on the toolbox and choose Add/Remove Items, then add the DataGrid control.
devx.com
Copyright Internet.com Inc. All Rights Reserved