﻿<?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 - WebScheduler - Page loading - OnEventBound</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Page-loading---OnEventBound/</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>Page loading - OnEventBound</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Page-loading---OnEventBound/</link><pubDate>Wed, 27 Aug 2014 00:09:16 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Glad to hear the good news.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Page loading - OnEventBound</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Page-loading---OnEventBound/</link><pubDate>Mon, 11 Aug 2014 04:06:13 GMT</pubDate><dc:creator>dora</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;I created a new website from 0 and now my page loads normally. &lt;br&gt;&lt;br&gt;Thank you.&lt;br&gt;&lt;br&gt;Dora&lt;br&gt;</description></item><item><title>Page loading - OnEventBound</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Page-loading---OnEventBound/</link><pubDate>Sun, 10 Aug 2014 14:37:49 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;We can use the Network tool in F12 developer tools (Internet Explorer browser) to analyze why the page loads very slow. We can easily find which requests that takes time. Is it the data retrieval or other client process?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;There are two types of event: events; and recurring events. Please try to check the retrieved events in ISDataSource OnSelected server side event. You can try to use following snippet code to determine the amount of returned events.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;protected void ISDataSource1_Selected(object sender, ISNet.WebUI.DataSource.ISDataSourceStatusEventArgs e)
{
    if (e.ReturnValue.ToString()=="RecurringEvents")
    {
        WebScheduler_PersonalTrainee.RecurringEventsDataTable receventdt =
            e.ReturnValue as WebScheduler_PersonalTrainee.RecurringEventsDataTable;
        int RecurringEventsCount = receventdt.Count;
    }

    if (e.ReturnValue.ToString() == "Events")
    {
        WebScheduler_PersonalTrainee.EventsDataTable eventdt =
            e.ReturnValue as WebScheduler_PersonalTrainee.EventsDataTable;
        int RecurringEventsCount = eventdt.Count;
    }
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Page loading - OnEventBound</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Page-loading---OnEventBound/</link><pubDate>Sat, 09 Aug 2014 07:09:33 GMT</pubDate><dc:creator>dora</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;When I use the OnEventBound function my page loads very slow and is showing only the first event.&lt;/p&gt;&lt;p&gt;Do you know what might be the cause?&lt;/p&gt;&lt;p&gt;Thank you.&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>