﻿<?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 - WebCombo - Strange behavior in Default.aspx</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Strange-behavior-in-Defaultaspx/</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>Strange behavior in Default.aspx</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Strange-behavior-in-Defaultaspx/</link><pubDate>Sun, 24 Nov 2013 11:54:34 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Glad to hear the good news, Keith.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I believe your post will help other member who has similar problem. Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Strange behavior in Default.aspx</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Strange-behavior-in-Defaultaspx/</link><pubDate>Wed, 20 Nov 2013 13:31:14 GMT</pubDate><dc:creator>craig.bennett@vc3.com</dc:creator><description>&lt;p&gt;After some research and experimentation, I will answer my own question.&lt;/p&gt;&lt;p&gt;Along with upgrading the application to use the newest WebCombo version 6, I am upgrading to using .Net 4.5 and on IIS 7.5.  After some research, I came across this &lt;a href="http://www.asp.net/whitepapers/aspnet4/breaking-changes#0.1__Toc256770154" target="_blank" style="font-size: 10pt;"&gt;article on asp.net&lt;/a&gt;.  After reading through, I ended up having to use the second workaround which is:&lt;/p&gt;
&lt;p&gt;&lt;i&gt;If the problematic HTTP modules have to run for all requests (for static files, for extensionless URLs that resolve to the &lt;strong&gt;DefaultDocumentModule&lt;/strong&gt; object, for managed requests, etc.), modify the affected .aspx pages by explicitly setting the &lt;strong&gt;Action&lt;/strong&gt; property of the page’s &lt;strong&gt;System.Web.UI.HtmlControls.HtmlForm&lt;/strong&gt; control to a non-empty string. For example, if the default document is &lt;code&gt;Default.aspx&lt;/code&gt;, modify the page's code to explicitly set the &lt;strong&gt;HtmlForm&lt;/strong&gt; control’s &lt;strong&gt;Action&lt;/strong&gt; property to "Default.aspx".&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Therefore, on my default page, I changed my form tag to include action="Default.aspx" and this appears to have solved the script error.  The WebCombo now work whether or not Default.aspx is part of the URL request.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Strange behavior in Default.aspx</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Strange-behavior-in-Defaultaspx/</link><pubDate>Wed, 20 Nov 2013 09:54:18 GMT</pubDate><dc:creator>craig.bennett@vc3.com</dc:creator><description>&lt;p&gt;I am in the process of upgrading a fairly large application that uses WebCombo 2 to use WebCombo 6.  I have a page in my application that contains a WebCombo.  It is the Default.aspx page in a sub-folder of the application.  I'm seeing a strange behavior.  When I explicitly call the page, as in http://localhost/MyApp/MyFolder/Default.aspx, the WebCombo works fine.  However, when I call the page by http://localhost/MyApp/MyFolder and allow IIS to use the default page of Default.aspx, I get a script error.  If I break in the script debugger, the highlighted line is:&lt;/p&gt;&lt;p&gt;ve4a23.open("POST",v1d568,this.Asynchronous);&lt;/p&gt;
&lt;p&gt;The value of ve4a23 is an object with methods: abort, getAllResponseHeaders, getResponseHeader, open, send, setRequestHeader.  The value of vld568 is "" and this.Asynchronous is true.&lt;/p&gt;
&lt;p&gt;I am running this in IE8 and have tried setting ISNet.WebUI.WebCombo.v6_0_7200.RenderingMode to "Quirks" and "XHTML" without success.  When I run the same page in Chrome, I do not have this issue.&lt;/p&gt;
&lt;div&gt;I have been unable to reproduce this in a simpler application.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description></item></channel></rss>