<?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 Discussion and Suggestions</title><link>http://forums.asp.net/1007.aspx</link><description>This forum is the place for ASP.NET AJAX 'getting started' questions, general questions that don't fit in one of the other forums about AJAX </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2594013.aspx</link><pubDate>Tue, 02 Sep 2008 04:26:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2594013</guid><dc:creator>Vince Xu - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2594013.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2594013</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is the third-party control which is based on UpdatePanel. I&amp;#39;m not sure if it will encounter some problems.&lt;/p&gt;
&lt;p&gt;However, the design mode can&amp;#39;t be the absolutely same as on the browser. Maybe in FireFox, the layout is totally different.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2593985.aspx</link><pubDate>Tue, 02 Sep 2008 04:12:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2593985</guid><dc:creator>abhijeet_dighe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2593985.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2593985</wfw:commentRss><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;I got the solution here : &lt;a href="http://www.codeproject.com/KB/ajax/TBUpdatePanel.aspx"&gt;http://www.codeproject.com/KB/ajax/TBUpdatePanel.aspx&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The only problem is that it shows message when moving from html source view to design view.&lt;/p&gt;
&lt;p&gt;Should I use this approach?&amp;nbsp;Will this create any problems?&lt;/p&gt;</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2593886.aspx</link><pubDate>Tue, 02 Sep 2008 02:49:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2593886</guid><dc:creator>Vince Xu - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2593886.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2593886</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The width of UpdatePanel is settled in design mode. We can&amp;#39;t set the width to it. So we shouldn&amp;#39;t lean on the design mode to confirm the layout.&lt;/p&gt;
&lt;p&gt;If you want to confirm the layout in design mode, the only thing you can do is&amp;nbsp;using div instead of UpdatePanel to check the layout. And replace back before running.&lt;/p&gt;
&lt;p&gt;In a word, I don&amp;#39;t suggest you adjust the layout in design mode. It will be changed after running in the browser. And in the different browsers, the layout is different.&lt;/p&gt;</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2590441.aspx</link><pubDate>Sat, 30 Aug 2008 11:55:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2590441</guid><dc:creator>abhijeet_dighe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2590441.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2590441</wfw:commentRss><description>&lt;p&gt;When I run the application, table is displayed properly.&lt;/p&gt;
&lt;p&gt;But in the vidual studio designer , Update Panel is not stretched to 100% width.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have some pages where design is very complicated. So I need to check layout in the designer.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2590393.aspx</link><pubDate>Sat, 30 Aug 2008 10:42:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2590393</guid><dc:creator>atanu.podder</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2590393.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2590393</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Have a table inside it and set its width to 100%, thats it! Here is the sample&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;            &amp;lt;&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;updatePanel&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;&amp;gt;
                &amp;lt;&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
                    &amp;lt;&lt;span class="tag"&gt;table&lt;/span&gt;&lt;span class="attr"&gt; width=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;100%&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; style=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;background-color:OrangeRed&amp;quot;&lt;/span&gt;&amp;gt;
                        &amp;lt;&lt;span class="tag"&gt;tr&lt;/span&gt;&amp;gt;
                            &amp;lt;&lt;span class="tag"&gt;td&lt;/span&gt;&amp;gt;
                                Its set to 100%.
                            &amp;lt;/&lt;span class="tag"&gt;td&lt;/span&gt;&amp;gt;
                        &amp;lt;/&lt;span class="tag"&gt;tr&lt;/span&gt;&amp;gt;
                    &amp;lt;/&lt;span class="tag"&gt;table&lt;/span&gt;&amp;gt;
                &amp;lt;/&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
            &lt;/pre&gt;&amp;nbsp;&lt;br /&gt;</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2590193.aspx</link><pubDate>Sat, 30 Aug 2008 05:27:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2590193</guid><dc:creator>abhijeet_dighe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2590193.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2590193</wfw:commentRss><description>&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;It works for fixed width like 600px.&lt;/p&gt;
&lt;p&gt;But if I change width of table to 100%.&lt;/p&gt;
&lt;p&gt;Then width of update panel is not changing in designer.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2588887.aspx</link><pubDate>Fri, 29 Aug 2008 13:22:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2588887</guid><dc:creator>gt1329a</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2588887.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2588887</wfw:commentRss><description>&lt;p&gt;Since it renders as a &amp;lt;div&amp;gt;, you can style it with CSS:&lt;/p&gt;&lt;p&gt;#UpdatePanel1 { width: 800px; }&lt;/p&gt;&lt;p&gt;etc. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2588844.aspx</link><pubDate>Fri, 29 Aug 2008 13:08:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2588844</guid><dc:creator>abhijeet_dighe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2588844.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2588844</wfw:commentRss><description>&lt;p&gt;But Update Panel is not having width property&lt;/p&gt;</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2588838.aspx</link><pubDate>Fri, 29 Aug 2008 13:04:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2588838</guid><dc:creator>gt1329a</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2588838.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2588838</wfw:commentRss><description>Try giving your UpdatePanel a width too.&amp;nbsp; An UpdatePanel just renders as a &amp;lt;div&amp;gt;.&amp;nbsp; Without styling information, the designer doesn&amp;#39;t know how to render it.&lt;br /&gt;</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2588667.aspx</link><pubDate>Fri, 29 Aug 2008 11:46:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2588667</guid><dc:creator>abhijeet_dighe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2588667.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2588667</wfw:commentRss><description>Is there any fix for that?</description></item><item><title>Re: Update Panel width</title><link>http://forums.asp.net/thread/2588651.aspx</link><pubDate>Fri, 29 Aug 2008 11:39:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2588651</guid><dc:creator>ilivewithian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2588651.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2588651</wfw:commentRss><description>I&amp;#39;ve found that the studio designer isn&amp;#39;t very good when you have master pages or update panels, you&amp;#39;ll just have to live with it.&lt;br /&gt;</description></item><item><title>Update Panel width</title><link>http://forums.asp.net/thread/2588357.aspx</link><pubDate>Fri, 29 Aug 2008 09:32:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2588357</guid><dc:creator>abhijeet_dighe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2588357.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=2588357</wfw:commentRss><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;I am using html table having width 100%&amp;nbsp;inside update panel.&lt;/p&gt;
&lt;p&gt;But still width of update panel is not changing in vidual studio designer.&lt;/p&gt;
&lt;p&gt;If I run the application table is displayed properly with 100% width.&lt;/p&gt;
&lt;p&gt;Why this happens? Why update panel doesnt change its width?&lt;/p&gt;
&lt;p&gt;Bellow is my html code :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:UpdatePanel ID=&amp;quot;UpdatePanel3&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ContentTemplate&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table style=&amp;quot;width:100%; border:solid 1px black;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/table&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ContentTemplate&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:UpdatePanel&amp;gt;&lt;/p&gt;
&lt;p&gt;I dont have any other code in design beside this.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>