This only occurs on a single page. New command buttons dropped on the page from the toolbox will not fire and event. ??
thanks,
earlofroberts

Recommended Answers

All 2 Replies

This only occurs on a single page. New command buttons dropped on the page from the toolbox will not fire and event. ??
thanks,
earlofroberts

Check and see if the autopostback property is set to "true". It is likely to be "false" now. Please try this and get back to me.

Check if these buttons have attribute onclick, and if there exists method corresponding to onclick in .cs

The simplest way is to go to design mode and double click onto that button, then this method will be created and indicated in <ASP:BUTTON tag. And you will move to .cs to the body of that method.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.