I have 10 buttons. of which have a the following codes
lblcp.Text = "Halle bunny 1"
lblcp.Text = "Halle bunny 2"
bla bla bla
The problem is that I added a new panel in the web form, then cut all the buttons and paste them inside the panel.
Now the whole button stop working when I run the programme. when click there is no response to the lable lblcp.
I'm with you Dabas, it's an MS IDE behavior that's always been annoying to me. You just need to get into the habit of dragging and dropping instead of cutting and pasting.
Paul