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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -