Author: Joe Stagner | Posted on: 2/22/2010 9:18:43 AM | Views : 885


I've started blogging simple tips when I get a question from a developer that's a bit tricky.
This is one of those. Simple to do, but not always simple to find the answer.
In this case the developer wanted to use an AJAX Editor Control inside a ModalPopup control.
This isn't a problem but, the user needed to clicking the OK button to cause a post-back so that he could execute some server -side logic.
The "Ok" Button is an ASP.NET control but adding a Click Event Handler for the button didn't solve the problem bec ...

Go to the complete details ...