Doing post back on an ajax toolkit modal popup extender
问题 I use an Ajax Toolkit modal pop-up extender to pop-up a form for collecting information from the user. I intend to send the data collected from the user to the code behind for saving into the database on click of the submit button on that form. I found out, however, that the submit button is not posting back to the saver at all. I do not want to use any client side coding or a web service. Is it in any way possible to do post back on a modal pop? 回答1: There are two solutions of your problem: