﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - How to refresh a web page in WebDialogBox</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-refresh-a-web-page-in-WebDialogBox/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How to refresh a web page in WebDialogBox</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-refresh-a-web-page-in-WebDialogBox/</link><pubDate>Sun, 31 Jan 2010 22:02:31 GMT</pubDate><dc:creator>gordont</dc:creator><category>WebdialogBox</category><description>&lt;p&gt;Hi Hamdy,&lt;/p&gt;
&lt;p&gt;To close the WebDialogBox, you can use the following javascript code:&lt;/p&gt;&lt;pre&gt;var wdb = ISGetObject("WebDialogBox1");
wdb.CloseDialog();&lt;/pre&gt;

&lt;p&gt;Also for next time, it is better to create new thread and didn't need to post the questions in several thread.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>How to refresh a web page in WebDialogBox</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-refresh-a-web-page-in-WebDialogBox/</link><pubDate>Sun, 31 Jan 2010 06:40:32 GMT</pubDate><dc:creator>hamdy.ghanem</dc:creator><category>WebdialogBox</category><description>&lt;p /&gt;&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;That is so good but how we close the webdialogue&lt;/p&gt;
&lt;/div&gt;
&lt;p /&gt;</description></item><item><title>How to refresh a web page in WebDialogBox</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-refresh-a-web-page-in-WebDialogBox/</link><pubDate>Mon, 02 Nov 2009 22:34:19 GMT</pubDate><dc:creator>gordont</dc:creator><category>WebdialogBox</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Actually in WebDesktop dcumentation you see in the tree at left for Reference, expand the Reference and You can see Server Side Reference and Client Side Reference. In the Client Side Refrence you can find the properties and methods for every WebDesktop's controls. I am sorry if the documentation didn't satisfy your need, I will put this as valuable feedback to our documentation department.&lt;/p&gt;
&lt;p&gt;If you are using debugger, usually I search for the method in client side by checking all the property and method one by one.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>How to refresh a web page in WebDialogBox</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-refresh-a-web-page-in-WebDialogBox/</link><pubDate>Mon, 02 Nov 2009 05:31:40 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>WebdialogBox</category><description>&lt;p&gt;Gordon, Probably I'm just stupid, but I can't (I repeat CAN NOT) find the Java script documentation for the Intersoft controls in your documentation. It must be very well hidden. I know I can open the "WebDesktop.NET 2.5 Reference" and search "SetContentURL" and then it pops up (but then I have to know what to search for). But I can't se where in the tree at the left I can brows for this. Can you tell me?&lt;/p&gt;
&lt;p&gt;The other alternative to se it in the debugger I'm not sure. Can you tell me in details how that is possible (JAVAScript CLIENT SIDE) in Visual Studio 2008?&lt;br /&gt;&lt;br /&gt;....and I'm starting to tear off my hear becuase of this....The gnereal JavaScript horror is actualy the biggest reason my company is moving away from this platform to Silverlight. The JavaScript stuff is simply too time consuming and also slow in complex clients.&lt;/p&gt;
&lt;p&gt;Sorry for my irritation :-)&lt;/p&gt;</description></item><item><title>How to refresh a web page in WebDialogBox</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-refresh-a-web-page-in-WebDialogBox/</link><pubDate>Sun, 01 Nov 2009 22:46:56 GMT</pubDate><dc:creator>gordont</dc:creator><category>WebdialogBox</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am sorry that I didn't read carefully your code, to set the content url you need to use the SetContentURL not the ContentURL, also there's no method for SetContentURL in WebCombo.&lt;/p&gt;
&lt;p&gt;To get more information regarding our javascript method, you can read it in our documentation or using debugger to check the method.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>How to refresh a web page in WebDialogBox</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-refresh-a-web-page-in-WebDialogBox/</link><pubDate>Fri, 30 Oct 2009 12:46:07 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>WebdialogBox</category><description>&lt;p&gt;Gordon when I compared your code and mine the only differene was that you did:&lt;/p&gt;&lt;span style="font-size: 13px"&gt;wdb.SetContentURL(&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"Child.aspx?txt="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &amp;#43; input);&lt;/span&gt;

&lt;p&gt;&lt;span style="font-size: 13px"&gt;But I did:&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 13px"&gt;&lt;span style="font-size: 13px"&gt;
wdb.ContentURL = &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"Child.aspx?txt="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &amp;#43; input";&lt;/span&gt;&lt;p&gt;&lt;span style="font-size: 13px"&gt;If you use my method you will run into my problem. How should I know that there exist a JavaScript method SetContentURL for the WebCombo? Does a Intersoft control javaScript reference exist somewhere?&lt;br /&gt;&lt;br /&gt;My problem is solved. But I realy want to know where I can find the JavaScript documentation for the Intersoft controls.&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;</description></item><item><title>How to refresh a web page in WebDialogBox</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-refresh-a-web-page-in-WebDialogBox/</link><pubDate>Fri, 30 Oct 2009 00:25:59 GMT</pubDate><dc:creator>gordont</dc:creator><category>WebdialogBox</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tried to create a simple sample that replicate your scenario, could you check and let me know if you have different sceanrio than me.&lt;/p&gt;
&lt;p&gt;In the sample, you can fill te\he textbox using some text like "abc" and press the button to show the WebDialogBox. Then close the WebDialogBox change the textbox text and press the button again, you will see that the text inside WebDialogBox also change.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>How to refresh a web page in WebDialogBox</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/How-to-refresh-a-web-page-in-WebDialogBox/</link><pubDate>Thu, 29 Oct 2009 04:16:12 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>WebdialogBox</category><description>&lt;div&gt;&lt;span style="font-family: arial; font-size: 13px"&gt;Hi,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 13px"&gt;I'm opening a WebDialog from Javascript like this:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-size: 13px"&gt;
&lt;p&gt;&lt;span style="font-family: arial"&gt;var wdb = &lt;span style="font-size: 13px"&gt;ISGetObject(&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"&amp;lt;%=c_wdbPopup.ClientID %&amp;gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;wdb.ContentURL = &lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"E2ReportRetrieveData.aspx?c="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &amp;#43; customerID &amp;#43; &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"&amp;p="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &amp;#43; pointID &amp;#43; &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"&amp;pgr="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &amp;#43; pGrID;&lt;br /&gt;wdb.ShowDialog();&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"E2ReportRetrieveData.aspx?c="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &amp;#43; customerID &amp;#43; &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"&amp;p="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &amp;#43; pointID &amp;#43; &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"&amp;pgr="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &amp;#43; pGrID;&lt;br /&gt;wdb.ShowDialog();&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 13px"&gt;This works fine when running this first time (from a WebButton Clicked client event).&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 13px"&gt;However next time it seems to not re-load the page as I know the parameters customerID, pointID and pGrID have changed. but the Page_Load event of the&amp;nbsp;&lt;span style="font-family: times new roman; color: #a31515"&gt;E2ReportRetrieveData.aspx&lt;/span&gt; is not run. It simply shows the page from the first load, no server side events are shown.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 13px"&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 13px"&gt;How can I forse reload of the contained webpage when I call wdb.ShowDialog&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 13px"&gt;Regards&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 13px"&gt;&amp;nbsp; TJ&lt;/span&gt;&lt;/div&gt;</description></item></channel></rss>