jfindon
08-21-2007, 04:12 PM
Right now I'm converting some old forms to the newer asp.net format, and basically I'm just copying a file already in the folder, erasing everything, then copying the table from the old asp file and pasting it in the new asp.net file. I delete all the old asp controls and add new ones, but when I go to name them it says the name is already in use.
I noticed that all the controls from the page I copied are also bound to the file and that's why I can't name them the same, it's still seeing the controls from the copied page. I don't see anything in the code where it should be doing that, unless that's just what happens when you copy a page.
Can anyone advise me on what to do or maybe an easier way to convert these old pages?
I noticed that all the controls from the page I copied are also bound to the file and that's why I can't name them the same, it's still seeing the controls from the copied page. I don't see anything in the code where it should be doing that, unless that's just what happens when you copy a page.
Can anyone advise me on what to do or maybe an easier way to convert these old pages?