Author: StrangerMike | Posted on: 6/10/2008 7:44:45 AM | Views : 943

I made some changes in a web form. When I went to test the form I clicked  an 'Insert" event and nothing happened.  

When I look in the code and I see that the event is there, however when I use the dropdown boxes in the code interface screen and select the button cmdinsert I notice in the other dropdownbox that lists the events and declarations there is nothing hightlighted for the click event.   So if I then create a new one the procedure is now called cmdInsert_Click1, because evidently it recognizes the cmdInsert_Click event.  

This has happened to me in the past.  What I ususally end up doing is recreate the insert event (or whatever events are in the code), copy the code from the original, paste it into the new one, delete the old one and rename the new one to the original name like cmdInsert_Click, dropping the number '1' from the end of the word 'Click'. 

Is t ...

Go to the complete details ...