<?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>Search results matching tag 'Page_Validators'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Page_Validators&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Page_Validators'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Performance Enhancement - Validators/Calendar Extenders/Update Panels</title><link>http://forums.asp.net/thread/1928456.aspx</link><pubDate>Wed, 26 Sep 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1928456</guid><dc:creator>jruddell</dc:creator><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Hello,&lt;/font&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:11pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;I am currently working on an insurance application.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The home page for this application combines a number of user controls all with a decent amount of validation (Masked Edit, Callout Extenders, Required Field, and Custom Validators) along with dozens of Calendar Extenders, all thrown into various Update Panels.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The problem that I am facing is the initial load time of the page. From when the last line of server code&amp;nbsp;is executed, to the time the page finishes loading is over 10 seconds. &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;I know that this is a ridiculous UI design, and short of redoing the whole layout I am out of ideas. From what I understand the ten seconds is all consumed by client scripts. For example: the Page Validator Array, creating behavior for the Masked Edit Controls, etc.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;As I said my next step is to redesign the page to load these separate user&amp;nbsp;controls dynamically (as opposed to an accordion effect animation to show which ever ones the use wants to see). Does anyone have any ideas of ways to speed up that client side page load time?&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Probem with hidden validators inside UpdatePanel</title><link>http://forums.asp.net/thread/1628881.aspx</link><pubDate>Tue, 20 Mar 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1628881</guid><dc:creator>hawflake</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a form with several validators inside an update panel. Some are hidden on page_load while others are visible. Surprisingly (despite other people's problems with validators inside UpdatePanels) those validators that are initially visible work fine. However, the hidden validators, even if they are later made visible never do anything. I looked at the generated source and found that only the initially-visible validators are ever added to the Page_Validators array. My guess is that with normal postbacks Page_Validators gets refreshed to contain all the validators on the page, whereas with an AJAX update the array does not reflect the asynchronous page changes. Any ideas on how to fix this?&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Alex Rubinsteyn&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>