c# - ASP.Net How to update a updatePanel in main page from popup? -


Helping Somme, thanks in advance, I have two page ASPX, the first main page is an update pinl in which I have a second page. Calling as popup.

Thank you for the valuable help.

Call popup as I follow in javascript like this:

  this.showUrl = function (url) {if (! This.div) {this.create ( ); } Else {this.div.style.display = ''; This.hideDiv.style.display = ''; } DayPolt 2. Radically stable = this; This.iframe.src = url; };  

Pass the Update Client ID of UpdatePanel for the popup. Then update with your codebehind or javascript.


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -