But you should keep in mind here, what you're putting up is a popup window -- NOT a javascript alert or confirm box. You can emulate all the alert and confirm box behaviors with a modal popup but it isn't exactly the same thing.
∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=(andrew badera) OR (andy badera) On Mon, Sep 7, 2009 at 2:42 AM, Maddy<[email protected]> wrote: > thanks i got the answer. to call the modelpopupcontrol in runtime Check > below code > > protected > void ButtonOk_Click(object sender, EventArgs e) > > { > > ModalPopupExtender2.Show(); > > }
