﻿<?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 - placeholder</title><link>http://www.intersoftsolutions.com/Community/Tags/placeholder/</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>WebMenuBar PlaceHolder Width in Chrome</title><link>http://www.intersoftsolutions.com/Community/Tags/placeholder/</link><pubDate>Fri, 23 Oct 2015 13:51:10 GMT</pubDate><dc:creator>hsevand@tepum.com.tr</dc:creator><category>Width</category><category>placeholder</category><category>webmenubar</category><category>Chrome</category><description>Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If you resize Chrome Window by decreasing the width enough, Chrome adds a style attribute width="0%" to td element of placeholder. As a result, after you increase the width of Chrome window, the other td elements of menubar expands and window buttons seem weird.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;How can we fix this problem? I attached before and after images of menu bar.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;After resizing html:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;pre&gt;&amp;lt;table border="0" cellspacing="2" cellpadding="0" width="100%" height="100%" style="table-layout:fixed"&amp;gt;	&amp;lt;tbody&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td class="dskTskBarButNrml" title="" style="width: 150px;"&amp;gt;
				&amp;lt;div style="overflow:hidden; text-overflow: ellipsis; width:100%"&amp;gt;&amp;lt;nobr&amp;gt;&amp;nbsp;&amp;lt;img src="/Rhapsody.Web.UI.Presenter/ISRes.axd?D/is_window-16.gif" align="absmiddle"&amp;gt;&amp;nbsp;Talep Yönetimi&amp;lt;/nobr&amp;gt;&amp;lt;/div&amp;gt;
				&amp;lt;div id="divCloseTab" style="top: 3px; left: 259px; position: absolute; display: none;"&amp;gt;&amp;lt;img style="text-align:right;vertical-align:top;width:13px;height:13px;cursor:pointer" title="Kapat" src="/Images/WebDesktop/CloseSmall.gif" onclick="closeWindowWithSaveControl2('Lst1400');"&amp;gt;&amp;lt;/div&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td class="dskTskBarButNrml" title="" style="width: 150px;"&amp;gt;
				&amp;lt;div style="overflow:hidden; text-overflow: ellipsis; width:100%"&amp;gt;&amp;lt;nobr&amp;gt;&amp;nbsp;&amp;lt;img src="/Rhapsody.Web.UI.Presenter/ISRes.axd?D/is_window-16.gif" align="absmiddle"&amp;gt;&amp;nbsp;Varlık Yönetimi&amp;lt;/nobr&amp;gt;&amp;lt;/div&amp;gt;
				&amp;lt;div id="divCloseTab" style="top: 3px; left: 1189px; position: absolute; display: none;"&amp;gt;&amp;lt;img style="text-align:right;vertical-align:top;width:13px;height:13px;cursor:pointer" title="Kapat" src="/Images/WebDesktop/CloseSmall.gif" onclick="closeWindowWithSaveControl2('Lst508');"&amp;gt;&amp;lt;/div&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td placeholder="true" width="100%" &lt;b&gt;style="width: 0%;"&lt;/b&gt;&amp;gt;&amp;nbsp;&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
	&amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;How can I fix this problem?&lt;/p&gt;&lt;/div&gt;</description></item><item><title>Add a Webcombo inside PlaceHolder, when try to input, invoke Page_Load twice</title><link>http://www.intersoftsolutions.com/Community/Tags/placeholder/</link><pubDate>Tue, 21 Dec 2010 06:07:23 GMT</pubDate><dc:creator>interfung</dc:creator><category>WebCombo</category><category>placeholder</category><description>&lt;p&gt;Dear Sir/ Madam,&lt;/p&gt;
&lt;p&gt;  I added a dynamically generated webcombo inside a place holder, bind it to a datasource, when I try to input value into the webcombo, the page will reload twice (one is post back, another one is not postback (flypostback?) and I can't input any value to the webcombo (since the page is reload)&lt;/p&gt;
&lt;p&gt;Please kindly help to investigate the issue. Thanks.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Fung&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;here is the code:&lt;/p&gt;
&lt;p&gt;aspx page:&lt;/p&gt;&lt;pre&gt;&amp;lt;body runat="server" style="width: 100%; height: 100%; overflow:hidden"&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;
    &amp;lt;div&amp;gt;
        &amp;lt;asp:PlaceHolder ID="PlaceHolder1" runat="server" ViewStateMode="Enabled"&amp;gt;
        &amp;lt;/asp:PlaceHolder&amp;gt;
        &amp;lt;br /&amp;gt;
    &amp;lt;/div&amp;gt;
    
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;&lt;/pre&gt;
&lt;p&gt;vb Code:&lt;/p&gt;&lt;pre&gt;Public Class webCombo
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

        If Not IsPostBack Then
            PlaceHolder1.Controls.Add(createCBO)
        End If
    End Sub

    Private Function GetData2() As DataTable
        Dim dt As New DataTable
        With dt.Columns
            .Add("Text")
            .Add("Value")
            .Add("Display")
        End With
        For i As Integer = 1 To 250
            With dt.Rows
                .Add(i &amp;amp; i, i, i)
            End With
        Next
        Return dt
    End Function

    Private Function createCBO() As ISNet.WebUI.WebCombo.WebCombo
        Dim cboWebCombo As New ISNet.WebUI.WebCombo.WebCombo
        Dim dt As New DataTable
        Dim sbBindText As New System.Text.StringBuilder

        dt = GetData2()

        With cboWebCombo
            .ID = "cbo"
            .DataValueField = dt.Columns(0).ColumnName
            .DataTextField = dt.Columns(1).ColumnName
            .DataSource = dt
            .DataBind()

            .UseDefaultStyle = True
            .Enabled = True
            .Latency = 250
            .AllowAutoPostback = False
        End With

        Return cboWebCombo

    End Function

End Class&lt;/pre&gt;

&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>