<?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: Page loading is slow even if using an UpdatePanel</title><link>http://forums.asp.net/thread/1579401.aspx</link><pubDate>Thu, 15 Feb 2007 02:23:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1579401</guid><dc:creator>Rama Krishna</dc:creator><author>Rama Krishna</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1579401.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1579401</wfw:commentRss><description>&lt;p&gt;Yes there is a way. What you can do is to induce a post back using scripts or you can add a timer. Here are the steps you can take:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Place the Grid in the UpdatePanel&lt;/li&gt;
&lt;li&gt;Set the Grid&amp;#39;s Visible property to False.&lt;/li&gt;
&lt;li&gt;Place a TimerControl on the page set the duration to 100 ms or some other&amp;nbsp;low value&lt;/li&gt;
&lt;li&gt;Add the TimerControl&amp;#39;s Tick event as an async post back trigger&lt;/li&gt;
&lt;li&gt;In the Timer&amp;#39;s tick event set the Grid&amp;#39;s visible property to true and disable the timer&lt;/li&gt;
&lt;li&gt;Add an UpdateProgress so that the user&amp;#39;s now that something is going on&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Page loading is slow even if using an UpdatePanel</title><link>http://forums.asp.net/thread/1579281.aspx</link><pubDate>Wed, 14 Feb 2007 23:56:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1579281</guid><dc:creator>ejstembler</dc:creator><author>ejstembler</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1579281.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1579281</wfw:commentRss><description>&lt;p&gt;I have a page which uses a MasterPage hosting the ScriptManager (&lt;code class="coloredcode"&gt;EnablePartialRendering="True"&lt;/code&gt;).  The page itself has a data grid control inside of an UpdatePanel. I'm retrieving the grid's data and binding it in a call from the Page_Load event. When I run the page (via IE7) it pauses for a few seconds before displaying the entire page all at once with all of the data in the grid.&lt;/p&gt;

&lt;p&gt;Isn't there a way to get the page to render first and then fetch the data behind the scenes?&lt;/p&gt;</description></item></channel></rss>