﻿<?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 - Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</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>Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</link><pubDate>Thu, 15 Oct 2009 23:10:41 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Glad to hear that it solved your issue.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</link><pubDate>Thu, 15 Oct 2009 06:29:24 GMT</pubDate><dc:creator>jthompson</dc:creator><description>&lt;p&gt;Thanks Handy,&lt;/p&gt;
&lt;p&gt;I was just needing a way to make it works, and that works great.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks for your help,&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;</description></item><item><title>Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</link><pubDate>Thu, 15 Oct 2009 02:47:52 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Here is a response from our developer teams. This issue turns out to be not a bug in WebCombo. The issue occurred
because the AJAXTab is hidden when WebCombo is first initialized. As
such, it was unable to perform the calculation needed to initialize the
UI. The solution is pretty simple, that is by re-invoke the DoResize method of WebCombo when user switches to the tab. For more information, please look into my sample. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</link><pubDate>Wed, 14 Oct 2009 06:20:59 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;As i said at previous reply. Intersoft will work if you use HTML doctype, not XHTML. FYI, only WebCombo has supported XHTML docype on your scenario. WebTab has not, that's why if i use HTML doctype, the value can be persisted.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</link><pubDate>Wed, 14 Oct 2009 06:07:42 GMT</pubDate><dc:creator>jthompson</dc:creator><description>&lt;p&gt;I get the same problem with Intersoft WebTab with the WebCombo bound to a SqlDataSource and value assigned at page load. &lt;/p&gt;
&lt;p&gt; With the WebTab the WebCombo appears to have rendered correctly when the tab is selected that has the WebCombo, however one cannot click in the text area and must use the dropdown button.  Once the button is clicked, the button is covered by the text area.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; Attached is my code.&lt;/p&gt;&lt;pre&gt;&amp;lt;%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebComboTest2._Default" %&amp;gt;

&amp;lt;%@ Register Assembly="ISNet.WebUI.WebCombo" Namespace="ISNet.WebUI.WebCombo" TagPrefix="ISWebCombo" %&amp;gt;

&amp;lt;%@ Register assembly="ISNet.WebUI.WebDesktop" namespace="ISNet.WebUI.WebDesktop" tagprefix="ISWebDesktop" %&amp;gt;

&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;

&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" &amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;
    &amp;lt;div&amp;gt;
    
        &amp;lt;asp:ScriptManager ID="ScriptManager1" runat="server"&amp;gt;
        &amp;lt;/asp:ScriptManager&amp;gt;
        &amp;lt;ISWebDesktop:WebTab ID="WebTab1" runat="server" Height="300px" Width="500px"&amp;gt;
&amp;lt;FrameStyle Overflow="Hidden" OverflowY="Hidden" OverflowX="Hidden"&amp;gt;&amp;lt;/FrameStyle&amp;gt;

&amp;lt;ContainerStyle Overflow="Auto" OverflowY="Auto" OverflowX="Auto" BackColor="WhiteSmoke" BorderColor="Navy" BorderStyle="Solid" BorderWidth="1px" Height="100%" Width="100%"&amp;gt;
&amp;lt;Padding Top="5px" Left="5px" Right="5px" Bottom="5px"&amp;gt;&amp;lt;/Padding&amp;gt;
&amp;lt;/ContainerStyle&amp;gt;

&amp;lt;RoundCornerSettings TopBorderColor="230, 139, 44" FillerBorderColor="255, 199, 60"&amp;gt;&amp;lt;/RoundCornerSettings&amp;gt;

&amp;lt;DisabledStyle ForeColor="Gray"&amp;gt;&amp;lt;/DisabledStyle&amp;gt;
            &amp;lt;tabpages&amp;gt;
                &amp;lt;ISWebDesktop:WebTabItem Text="Tab 1"&amp;gt;
                &amp;lt;/ISWebDesktop:WebTabItem&amp;gt;
                &amp;lt;ISWebDesktop:WebTabItem Name="Tab2" Text="Tab 2"&amp;gt;
                &amp;lt;PageTemplate&amp;gt;
                    &amp;lt;ISWebCombo:WebCombo ID="WebCombo1" runat="server" UseDefaultStyle="True" 
                        DataSourceID="SqlDataSource1" DataTextField="NAME" DataValueField="PIN_NUM" 
                        Height="20px" Width="200px"&amp;gt;
                    &amp;lt;/ISWebCombo:WebCombo&amp;gt;
                
                
                    &amp;lt;asp:SqlDataSource ID="SqlDataSource1" runat="server" 
                        ConnectionString="&amp;lt;%$ ConnectionStrings:T3000ConnectionString %&amp;gt;" 
                        SelectCommand="SELECT * FROM [LISTING]"&amp;gt;&amp;lt;/asp:SqlDataSource&amp;gt;
                
                
                &amp;lt;/PageTemplate&amp;gt;
                
                &amp;lt;/ISWebDesktop:WebTabItem&amp;gt;
                &amp;lt;ISWebDesktop:WebTabItem Name="Tab3" Text="Tab 3"&amp;gt;
                &amp;lt;/ISWebDesktop:WebTabItem&amp;gt;
            &amp;lt;/tabpages&amp;gt;

&amp;lt;TabItemStyle&amp;gt;
&amp;lt;Normal Cursor="Hand" BackColor="Gainsboro" BorderColor="Gray" BorderStyle="Solid" 
        BorderWidth="1px" Font-Names="Tahoma" Font-Size="8pt" Height="100%" 
        Width="100%"&amp;gt;
&amp;lt;Padding Top="2px" Left="10px" Right="10px" Bottom="0px"&amp;gt;&amp;lt;/Padding&amp;gt;
&amp;lt;/Normal&amp;gt;

&amp;lt;Over BaseStyle="Normal" BackColor="WhiteSmoke"&amp;gt;&amp;lt;/Over&amp;gt;

&amp;lt;Active GradientType="Vertical" BackColor2="245, 245, 245" BaseStyle="Normal" BackColor="White" BorderColor="Navy" BorderStyle="Solid" BorderWidth="1px"&amp;gt;&amp;lt;/Active&amp;gt;
&amp;lt;/TabItemStyle&amp;gt;
        &amp;lt;/ISWebDesktop:WebTab&amp;gt;
        &amp;lt;br /&amp;gt;
        &amp;lt;br /&amp;gt;
    
    &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/pre&gt;
&lt;p&gt;And in Code Behind&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;pre&gt;Partial Public Class _Default
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        Me.WebCombo1.Value = 700252
    End Sub


End Class&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</link><pubDate>Tue, 13 Oct 2009 22:23:23 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;I would contact our developer team and would let you know asap. FYI, I was able only to replicate your issue at Ajax TabContainer. If I use Intersoft WebTab, it works well because our WebTab uses HTML doctype.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</link><pubDate>Tue, 13 Oct 2009 06:30:49 GMT</pubDate><dc:creator>jthompson</dc:creator><description>&lt;p&gt;At least I know I am not losing my mind.  Any idea on how long fixes like this take?  Weeks??? Months???  I need to decide on a direction for this project.&lt;/p&gt;</description></item><item><title>Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</link><pubDate>Tue, 13 Oct 2009 00:28:26 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;&lt;p&gt;I can replicate your issue in here and have submitted this bug to our developer team. In fact, if i am using  HTML doctype, the value is set but the layout on ajax TabContainer mess up. &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webcombo inside Webtab</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-inside-Webtab/</link><pubDate>Mon, 12 Oct 2009 19:51:04 GMT</pubDate><dc:creator>jthompson</dc:creator><description>&lt;p&gt;When I place a webcombo inside an ajax tabcontainer or a Webtab, the button on the webcombo is covered by the selection if the tab panel is not the activetabindex when the page is loaded.  Also, if the webcombo value is set server side on page load, the webcombo does not show its value when the tab is selected.  Can anyone help me to resolve this?&lt;/p&gt;</description></item></channel></rss>