Hi,
I am moving on from ASP to ASP.NET and need some advice. I have an application where I have to perform a very similar task on two datasets. I have a page which does what I want on one of the tables and would now like to repeat the process on the other.
In good old ASP I would just copy the page and do some simple editing of names and it would work fine. In Visual Studio.NET if I try a "Save As" the code behind pages get horribly confused and neither the original nor the copy work. The only way to do what I want appears to be to start designing again from the beginning. This is a long way round for a short-cut; or am I missing something?
Many thanks
Sandy
I am moving on from ASP to ASP.NET and need some advice. I have an application where I have to perform a very similar task on two datasets. I have a page which does what I want on one of the tables and would now like to repeat the process on the other.
In good old ASP I would just copy the page and do some simple editing of names and it would work fine. In Visual Studio.NET if I try a "Save As" the code behind pages get horribly confused and neither the original nor the copy work. The only way to do what I want appears to be to start designing again from the beginning. This is a long way round for a short-cut; or am I missing something?
Many thanks
Sandy