<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX Control Toolkit</title><link>http://forums.asp.net/1022.aspx</link><description>Here's your place to discuss everything in and about the AJAX Control Toolkit</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Problem with Update Progress and Ajax Tab Control</title><link>http://forums.asp.net/thread/2755629.aspx</link><pubDate>Wed, 19 Nov 2008 16:23:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2755629</guid><dc:creator>SGWellens</dc:creator><author>SGWellens</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2755629.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2755629</wfw:commentRss><description>&lt;p&gt;The same principle applies.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;        &amp;lt;&lt;span class="tag"&gt;ProgressTemplate&lt;/span&gt;&amp;gt;
            &amp;lt;&lt;span class="tag"&gt;asp:Label&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;LabelProgress&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Text=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Update in progress...&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; BackColor=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Yellow&amp;quot;&lt;/span&gt;
&lt;span class="attr"&gt;                BorderStyle=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Solid&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; BorderWidth=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;1px&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Style=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;top: 35px; left: 457px; position: absolute; 
                z-index:100; height: 23px; width: 175px&amp;quot;&lt;/span&gt; &amp;gt;&amp;lt;/&lt;span class="tag"&gt;asp:Label&lt;/span&gt;&amp;gt;
                
            &amp;lt;&lt;span class="tag"&gt;asp:Image&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Image1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; ImageUrl&lt;strong&gt;=&lt;/strong&gt;&lt;/span&gt;&lt;span class="attrv"&gt;&lt;strong&gt;&amp;quot;~/Images/2horses.gif&amp;quot;&lt;/strong&gt;&lt;/span&gt; 
&lt;span class="attr"&gt;                style=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;top: 161px; left: 534px; position: absolute; height: 54px; width: 79px&amp;quot;&lt;/span&gt; /&amp;gt;
        &amp;lt;/&lt;span class="tag"&gt;ProgressTemplate&lt;/span&gt;&amp;gt;
&lt;/pre&gt;&amp;nbsp; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problem with Update Progress and Ajax Tab Control</title><link>http://forums.asp.net/thread/2755588.aspx</link><pubDate>Wed, 19 Nov 2008 16:05:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2755588</guid><dc:creator>bhasi83</dc:creator><author>bhasi83</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2755588.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2755588</wfw:commentRss><description>&lt;p&gt;Im using a gif image not a label :(&lt;/p&gt;
&lt;p&gt;The code that u have given is not working according to my requirement..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problem with Update Progress and Ajax Tab Control</title><link>http://forums.asp.net/thread/2755289.aspx</link><pubDate>Wed, 19 Nov 2008 14:16:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2755289</guid><dc:creator>SGWellens</dc:creator><author>SGWellens</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2755289.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2755289</wfw:commentRss><description>&lt;p&gt;You can place the UpdateProgress control anywhere.&amp;nbsp; You can also use absolute positioning including the z-index&amp;nbsp;to place it where you want.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;   &amp;nbsp;&lt;pre class="coloredcode"&gt;    &amp;lt;&lt;span class="tag"&gt;asp:UpdateProgress&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;UpdateProgress1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; AssociatedUpdatePanelID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;UpdatePanel1&amp;quot;&lt;/span&gt;
&lt;span class="attr"&gt;        DisplayAfter=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;100&amp;quot;&lt;/span&gt;&amp;gt;
        &amp;lt;&lt;span class="tag"&gt;ProgressTemplate&lt;/span&gt;&amp;gt;
            &amp;lt;&lt;span class="tag"&gt;asp:Label&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;LabelProgress&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Text=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Update in progress...&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; BackColor=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Yellow&amp;quot;&lt;/span&gt;
&lt;span class="attr"&gt;                BorderStyle=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Solid&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; BorderWidth=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;1px&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; Style=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;top: 35px; left: 457px; position: absolute; 
                z-index:100; height: 23px; width: 175px&amp;quot;&lt;/span&gt; &amp;gt;&amp;lt;/&lt;span class="tag"&gt;asp:Label&lt;/span&gt;&amp;gt;
        &amp;lt;/&lt;span class="tag"&gt;ProgressTemplate&lt;/span&gt;&amp;gt;
    &amp;lt;/&lt;span class="tag"&gt;asp:UpdateProgress&lt;/span&gt;&amp;gt;
    &amp;lt;/&lt;span class="tag"&gt;form&lt;/span&gt;&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;body&lt;/span&gt;&amp;gt;
&lt;/pre&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/pre&gt;</description></item><item><title>Problem with Update Progress and Ajax Tab Control</title><link>http://forums.asp.net/thread/2755062.aspx</link><pubDate>Wed, 19 Nov 2008 13:01:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2755062</guid><dc:creator>bhasi83</dc:creator><author>bhasi83</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2755062.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=2755062</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Im using Ajax Tab Control with 3 tab panels and grid view in each tab panel.&lt;/p&gt;
&lt;p&gt;On click of the tab panel im loading the respective grids.&lt;/p&gt;
&lt;p&gt;I want to show the update progress bar while the grid is being loaded and im using the ajax update progress control to do so.&lt;/p&gt;
&lt;p&gt;Now the problem is that , the progess image is displaying &lt;strong&gt;at the left of the Tab Control.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I want the image to be displayed in the &lt;strong&gt;middle of the Tab Control&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;What needs to be done for this??&lt;/p&gt;
&lt;p&gt;Can anyone help??&lt;/p&gt;</description></item></channel></rss>