﻿<?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 - WebTextEditor - Issue with Page that has WebFileUploader </title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Issue-with-Page-that-has-WebFileUploader/</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>Issue with Page that has WebFileUploader </title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Issue-with-Page-that-has-WebFileUploader/</link><pubDate>Wed, 14 Jul 2010 00:47:27 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;WebFileUploader will trigger the page_load twice in order to complete its internal process. You will need to use this snippet during the load event handler to differentiate between the first and second page load:&lt;/p&gt;&lt;pre&gt;if(string.IsNullOrEmpty(Request["IsUploadPage"]))&lt;br /&gt;{&lt;br /&gt;    //The first page load&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;    //The second page load&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;What kind of error did you encounter? Dou you mind sharing the error message? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Issue with Page that has WebFileUploader </title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Issue-with-Page-that-has-WebFileUploader/</link><pubDate>Tue, 13 Jul 2010 16:28:56 GMT</pubDate><dc:creator>tlusby</dc:creator><description>&lt;p&gt;I have a page that inherits from a PageBase class I have created.  On this page is one WebFileUploader.  I notice when I put a breakpoint in the OnLoad event the page fires twice AND I get an error.  &lt;/p&gt;
&lt;p&gt;I have attached a sample of the problem.&lt;/p&gt;</description></item></channel></rss>