﻿<?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 - Setting a value on the combo crashes it in non-IE browsers</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Setting-a-value-on-the-combo-crashes-it-in-non-IE-browsers/</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>Setting a value on the combo crashes it in non-IE browsers</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Setting-a-value-on-the-combo-crashes-it-in-non-IE-browsers/</link><pubDate>Tue, 09 Feb 2010 22:26:42 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webcombo crash</category><description>&lt;p&gt;Hello Dino,&lt;/p&gt;&lt;p&gt;Thank you for your simple project. &lt;br /&gt;The error will also show without user control. I investigated that XMLCompressionEnabled in your web.config line caused the error. &lt;br /&gt;I have forwarded this to our developer teams with wi #596 and they will fix this in the next release.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Setting a value on the combo crashes it in non-IE browsers</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Setting-a-value-on-the-combo-crashes-it-in-non-IE-browsers/</link><pubDate>Tue, 09 Feb 2010 16:06:33 GMT</pubDate><dc:creator>dbencini</dc:creator><category>webcombo crash</category><description>&lt;p&gt;If anyone want an example project to play with. Ive attached it here&lt;/p&gt;</description></item><item><title>Setting a value on the combo crashes it in non-IE browsers</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Setting-a-value-on-the-combo-crashes-it-in-non-IE-browsers/</link><pubDate>Tue, 09 Feb 2010 15:56:52 GMT</pubDate><dc:creator>dbencini</dc:creator><category>webcombo crash</category><description>&lt;p&gt;Does any one know a reason why the combo would crash depending if a value is set or not. This only happens on non-IE browsers and when you place it in a usercontrol which is dynamically loaded. &lt;/p&gt;
&lt;p&gt;Eg...&lt;/p&gt;&lt;span style="font-size: 13px"&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;dsMyDataSet&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;.&lt;/span&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;MyFriendsDataTable&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; t = &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;dsMyDataSet&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;.&lt;/span&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;MyFriendsDataTable&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;(); &lt;p&gt;BuildTable(t);&lt;/p&gt;WebCombo1.DataMember = &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"MyFriends"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;&lt;br /&gt;WebCombo1.DataValueField = &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"FriendId"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;&lt;br /&gt;WebCombo1.DataTextField = &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"FirstName"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;&lt;br /&gt;WebCombo1.LayoutSettings.StatusBoxVisible = &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;false&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;&lt;br /&gt;WebCombo1.Columns.Add(&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"FirstName"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;);&lt;br /&gt;WebCombo1.Columns.Add(&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"FriendId"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;); &lt;br /&gt;&lt;/span&gt;&lt;span style="color: #008000; font-size: 13px"&gt;&lt;span style="color: #008000; font-size: 13px"&gt;//Comment out the below line then it works in non IE browsers...why??&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;WebCombo1.Value = &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"2"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;&lt;br /&gt;WebCombo1.PopulateUnboundData(t.DefaultView, &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;false&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;); &lt;/span&gt;</description></item></channel></rss>