Copying Web forms in VB.NET

basdewaard

Newcomer
Joined
Dec 31, 1969
Messages
16
Location
Perth, Western Australia
Hi all

We have a bit of an odd thing going here with Web forms in our project. We copied one of the forms in the solution explorer and pasted it again in the same location in order to create a copy. We renamed the new form, edited the name of the class and set the new form as the startup.

When we run the code, the new form loads but all the objects (buttons for example) execute as if on the other form!

Has anyone come accross this before and if so, is there anything we should watch out for?

Thanks for your help,

BOZ
 
Back
Top