BRANCH DATE EVENT CATEGORY
8/17/2008 - 9/5/2008
Fall I (2008) Member Registration
Details

Programs

8/21/2008 - 9/5/2008
Fall I (2008) Program Member Registration
Details

Programs

Nordonia Hills
8/22/2008 - 8/22/2008
Senior Social Dance Party
Details

Special Events

Association Services/Trustees
9/22/2008 - 9/22/2008
Firestone Golf Outing
Details

Partners With Youth

Nordonia Hills
10/4/2008 - 10/4/2008
An Evening in the Valley
Details

Partners With Youth

Camp Y-Noah
10/5/2008 - 10/5/2008
Camp Y-Noah Community Day
Details

Programs

Special Events

10/12/2008 - 10/29/2008
Fall II (2008) Member Registration
Details

Programs

10/12/2008 - 10/29/2008
Fall II (2008) Program Member Registration
Details

Programs

Camp Y-Noah
10/17/2008 - 11/1/2008
Haunted Hayride at Camp Y-Noah
Details

Special Events

9/2/2008 - 10/20/2008
Fall I (2008) Program Session
Details

Programs

10/26/2008 - 12/13/2008
Fall II (2008) Program Session
Details

Programs

 

Request Details

Session Id:dk4hl345ldwar1vqhta02t55Request Type:GET
Time of Request:8/20/2008 19:19Status Code:200
Request Encoding:Unicode (UTF-8)Response Encoding:Unicode (UTF-8)

Trace Information

CategoryMessageFrom First(s)From Last(s)
aspx.pageBegin Init
aspx.pageEnd Init0.0000700.000070
about to execute stored procedure <b>EventsUpcommingList</b><br />ListType = 0, ListFilter = 0.0001970.000128
<tr> <td align=left class=BodyText8><b>EventsUpcommingList</b> </td> </tr>
<tr> <td align=left class=BodyText8><br> </td> </tr>
<TR><TD align=left><PRE class=BodyText8>
CREATE PROCEDURE EventsUpcommingList

(

@ListType INTEGER,

@ListFilter VarChar(100)

)



AS



/*

@ListType Values

0: Current Month

1: Branch Specific  & Association wide

2: Month

3: Category

*/



IF (@ListType = 0)

BEGIN

SELECT

uidEvent, EvName, StartDate, EndDate, Ranking, Branch, EventTime

FROM

Event

WHERE

(

DATEDIFF(Day,Current_TimeStamp, DisplayDate)  <= 0

OR

DisplayDate is null

)

AND

DATEDIFF(Day,Current_TimeStamp, EndDate)  >= 0

UNION

SELECT

uidEvent, EvName, StartDate, EndDate, Ranking, Branch, EventTime

from

Event

WHERE

(DisplayDate  <=  GETDATE() or DisplayDate is null)

AND

(EndDate is null )

AND

DATEDIFF(Day,Current_TimeStamp, StartDate)  >= 0

AND

DATEDIFF(Month,Current_TimeStamp, StartDate)  = 0



       Order By Ranking Desc, StartDate Asc



END

ELSE IF (@ListType = 1) -- Branch Specific

BEGIN

Select

uidEvent, EvName, StartDate, EndDate, Ranking , Branch, EventTime

FROM

Event

WHERE

(Branch = @ListFilter  

OR

AssociationWide = 1

)

AND

(

DATEDIFF(Day,Current_TimeStamp, DisplayDate)  <= 0

OR

DisplayDate is null

)



AND

DATEDIFF(Day,Current_TimeStamp, EndDate)  >= 0



UNION

Select

uidEvent, EvName, StartDate, EndDate, Ranking, Branch, EventTime

from

Event

WHERE

( Branch = @ListFilter  

OR

AssociationWide = 1

)

AND

(DisplayDate  <=  GETDATE() or DisplayDate is null)

AND

(EndDate is null )

AND

DATEDIFF(Day,Current_TimeStamp, StartDate)  >= 0

       Order By Ranking Desc, StartDate Asc

END -- Branch Specific

ELSE IF (@ListType = 2) -- Month Specific

BEGIN

SELECT

uidEvent, EvName, StartDate, EndDate, Ranking, Branch, EventTime

FROM

Event

WHERE

(

DATEDIFF(Day,Current_TimeStamp, DisplayDate)  <= 0

OR

DisplayDate is null

)

AND

DATEDIFF(Day,Current_TimeStamp, EndDate)  >= 0

AND

CAST(Year(StartDate)AS Char(4)) +'|' + CAST(Month(StartDate) as varchar(2)) = @ListFilter

UNION

SELECT

uidEvent, EvName, StartDate, EndDate, Ranking, Branch, EventTime

from

Event

WHERE

(DisplayDate  <=  GETDATE() or DisplayDate is null)

AND

(EndDate is null )

AND

DATEDIFF(Day,Current_TimeStamp, StartDate)  >= 0

AND

DATEDIFF(Month,Current_TimeStamp, StartDate)  = 0

AND

CAST(Year(StartDate)AS Char(4))  +'|' + CAST(Month(StartDate) as varchar(2))  = @ListFilter

       Order By Ranking Desc, StartDate Asc



END-- Month Specific

ELSE -- catwegory

Begin

SELECT

uidEvent, EvName, StartDate, EndDate, Ranking, Branch, EventTime

FROM

Event INNER JOIN

                     EventCrossCategory ON Event.uidEvent = EventCrossCategory.EventID

WHERE

(

DATEDIFF(Day,Current_TimeStamp, DisplayDate)  <= 0

OR

DisplayDate is null

)

AND

DATEDIFF(Day,Current_TimeStamp, EndDate)  >= 0

AND CategoryID = @ListFilter



UNION

SELECT

uidEvent, EvName, StartDate, EndDate, Ranking, Branch, EventTime

from

Event INNER JOIN

                      EventCrossCategory ON Event.uidEvent = EventCrossCategory.EventID

WHERE

(DisplayDate  <=  GETDATE() or DisplayDate is null)

AND

(EndDate is null )

AND

DATEDIFF(Day,Current_TimeStamp, StartDate)  >= 0

AND CategoryID = @ListFilter



END
</pre></TD></tr>
0.0261930.025996
aspx.pageBegin PreRender0.0676840.041491
aspx.pageEnd PreRender0.0679130.000229
aspx.pageBegin SaveViewState0.0876770.019765
aspx.pageEnd SaveViewState0.0877590.000082
aspx.pageBegin Render0.0878110.000052
aspx.pageEnd Render0.1041770.016366

Control Tree

Control IdTypeRender Size Bytes (including children)Viewstate Size Bytes (excluding children)
__PAGEASP._test_aspx172320
    _ctl0System.Web.UI.LiteralControl810
    _ctl1System.Web.UI.LiteralControl1830
    _ctl2System.Web.UI.ResourceBasedLiteralControl10390
    _ctl3System.Web.UI.LiteralControl1150
    _ctl4System.Web.UI.LiteralControl840
    _ctl5System.Web.UI.ResourceBasedLiteralControl14000
    _ctl6System.Web.UI.LiteralControl290
    CalendarEventsASP._DS_UpEventCalendar_ascx74970
        CalendarEvents:ItemListingSystem.Web.UI.WebControls.Repeater749540
            CalendarEvents:ItemListing:_ctl0System.Web.UI.WebControls.RepeaterItem2120
                CalendarEvents:ItemListing:_ctl0:_ctl0System.Web.UI.LiteralControl2120
            CalendarEvents:ItemListing:_ctl1System.Web.UI.WebControls.RepeaterItem5930
                CalendarEvents:ItemListing:_ctl1:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl1:IconAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl1:BranchIconSystem.Web.UI.WebControls.Image00
                    CalendarEvents:ItemListing:_ctl1:_ctl1System.Web.UI.LiteralControl00
                CalendarEvents:ItemListing:_ctl1:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl1:DateLabelSystem.Web.UI.WebControls.Label8664
                CalendarEvents:ItemListing:_ctl1:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl1:EventNameSystem.Web.UI.WebControls.Label9472
                CalendarEvents:ItemListing:_ctl1:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl1:TimeAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl1:EventTimeSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl1:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl1:EditLinkSystem.Web.UI.WebControls.HyperLink11580
                CalendarEvents:ItemListing:_ctl1:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl1:BranchSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl1:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl1:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl1:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl1:CatListSystem.Web.UI.WebControls.Repeater3036
                    CalendarEvents:ItemListing:_ctl1:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem300
                        CalendarEvents:ItemListing:_ctl1:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl3016
                CalendarEvents:ItemListing:_ctl1:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl2System.Web.UI.WebControls.RepeaterItem6010
                CalendarEvents:ItemListing:_ctl2:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl2:IconAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl2:BranchIconSystem.Web.UI.WebControls.Image00
                    CalendarEvents:ItemListing:_ctl2:_ctl1System.Web.UI.LiteralControl00
                CalendarEvents:ItemListing:_ctl2:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl2:DateLabelSystem.Web.UI.WebControls.Label8664
                CalendarEvents:ItemListing:_ctl2:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl2:EventNameSystem.Web.UI.WebControls.Label10284
                CalendarEvents:ItemListing:_ctl2:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl2:TimeAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl2:EventTimeSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl2:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl2:EditLinkSystem.Web.UI.WebControls.HyperLink11580
                CalendarEvents:ItemListing:_ctl2:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl2:BranchSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl2:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl2:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl2:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl2:CatListSystem.Web.UI.WebControls.Repeater3036
                    CalendarEvents:ItemListing:_ctl2:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem300
                        CalendarEvents:ItemListing:_ctl2:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl3016
                CalendarEvents:ItemListing:_ctl2:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl3System.Web.UI.WebControls.RepeaterItem7260
                CalendarEvents:ItemListing:_ctl3:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl3:IconAreaSystem.Web.UI.WebControls.PlaceHolder13332
                    CalendarEvents:ItemListing:_ctl3:BranchIconSystem.Web.UI.WebControls.Image121108
                    CalendarEvents:ItemListing:_ctl3:_ctl1System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl3:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl3:DateLabelSystem.Web.UI.WebControls.Label8764
                CalendarEvents:ItemListing:_ctl3:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl3:EventNameSystem.Web.UI.WebControls.Label8660
                CalendarEvents:ItemListing:_ctl3:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl3:TimeAreaSystem.Web.UI.WebControls.PlaceHolder032
                    CalendarEvents:ItemListing:_ctl3:EventTimeSystem.Web.UI.WebControls.Label040
                CalendarEvents:ItemListing:_ctl3:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl3:EditLinkSystem.Web.UI.WebControls.HyperLink11680
                CalendarEvents:ItemListing:_ctl3:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl3:BranchSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl3:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl3:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl3:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl3:CatListSystem.Web.UI.WebControls.Repeater3636
                    CalendarEvents:ItemListing:_ctl3:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem360
                        CalendarEvents:ItemListing:_ctl3:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl3624
                CalendarEvents:ItemListing:_ctl3:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl4System.Web.UI.WebControls.RepeaterItem7430
                CalendarEvents:ItemListing:_ctl4:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl4:IconAreaSystem.Web.UI.WebControls.PlaceHolder14932
                    CalendarEvents:ItemListing:_ctl4:BranchIconSystem.Web.UI.WebControls.Image137128
                    CalendarEvents:ItemListing:_ctl4:_ctl1System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl4:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl4:DateLabelSystem.Web.UI.WebControls.Label8764
                CalendarEvents:ItemListing:_ctl4:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl4:EventNameSystem.Web.UI.WebControls.Label8256
                CalendarEvents:ItemListing:_ctl4:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl4:TimeAreaSystem.Web.UI.WebControls.PlaceHolder032
                    CalendarEvents:ItemListing:_ctl4:EventTimeSystem.Web.UI.WebControls.Label0120
                CalendarEvents:ItemListing:_ctl4:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl4:EditLinkSystem.Web.UI.WebControls.HyperLink11680
                CalendarEvents:ItemListing:_ctl4:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl4:BranchSystem.Web.UI.WebControls.Label036
                CalendarEvents:ItemListing:_ctl4:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl4:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl4:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl4:CatListSystem.Web.UI.WebControls.Repeater4136
                    CalendarEvents:ItemListing:_ctl4:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem410
                        CalendarEvents:ItemListing:_ctl4:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl4132
                CalendarEvents:ItemListing:_ctl4:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl5System.Web.UI.WebControls.RepeaterItem7300
                CalendarEvents:ItemListing:_ctl5:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl5:IconAreaSystem.Web.UI.WebControls.PlaceHolder13332
                    CalendarEvents:ItemListing:_ctl5:BranchIconSystem.Web.UI.WebControls.Image121108
                    CalendarEvents:ItemListing:_ctl5:_ctl1System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl5:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl5:DateLabelSystem.Web.UI.WebControls.Label8764
                CalendarEvents:ItemListing:_ctl5:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl5:EventNameSystem.Web.UI.WebControls.Label8560
                CalendarEvents:ItemListing:_ctl5:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl5:TimeAreaSystem.Web.UI.WebControls.PlaceHolder032
                    CalendarEvents:ItemListing:_ctl5:EventTimeSystem.Web.UI.WebControls.Label036
                CalendarEvents:ItemListing:_ctl5:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl5:EditLinkSystem.Web.UI.WebControls.HyperLink11680
                CalendarEvents:ItemListing:_ctl5:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl5:BranchSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl5:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl5:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl5:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl5:CatListSystem.Web.UI.WebControls.Repeater4136
                    CalendarEvents:ItemListing:_ctl5:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem410
                        CalendarEvents:ItemListing:_ctl5:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl4132
                CalendarEvents:ItemListing:_ctl5:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl6System.Web.UI.WebControls.RepeaterItem7540
                CalendarEvents:ItemListing:_ctl6:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl6:IconAreaSystem.Web.UI.WebControls.PlaceHolder13132
                    CalendarEvents:ItemListing:_ctl6:BranchIconSystem.Web.UI.WebControls.Image119104
                    CalendarEvents:ItemListing:_ctl6:_ctl1System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl6:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl6:DateLabelSystem.Web.UI.WebControls.Label8764
                CalendarEvents:ItemListing:_ctl6:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl6:EventNameSystem.Web.UI.WebControls.Label8660
                CalendarEvents:ItemListing:_ctl6:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl6:TimeAreaSystem.Web.UI.WebControls.PlaceHolder032
                    CalendarEvents:ItemListing:_ctl6:EventTimeSystem.Web.UI.WebControls.Label048
                CalendarEvents:ItemListing:_ctl6:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl6:EditLinkSystem.Web.UI.WebControls.HyperLink11680
                CalendarEvents:ItemListing:_ctl6:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl6:BranchSystem.Web.UI.WebControls.Label036
                CalendarEvents:ItemListing:_ctl6:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl6:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl6:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl6:CatListSystem.Web.UI.WebControls.Repeater6636
                    CalendarEvents:ItemListing:_ctl6:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem300
                        CalendarEvents:ItemListing:_ctl6:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl3016
                    CalendarEvents:ItemListing:_ctl6:CatList:_ctl1System.Web.UI.WebControls.RepeaterItem360
                        CalendarEvents:ItemListing:_ctl6:CatList:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl3624
                CalendarEvents:ItemListing:_ctl6:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl7System.Web.UI.WebControls.RepeaterItem5970
                CalendarEvents:ItemListing:_ctl7:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl7:IconAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl7:BranchIconSystem.Web.UI.WebControls.Image00
                    CalendarEvents:ItemListing:_ctl7:_ctl1System.Web.UI.LiteralControl00
                CalendarEvents:ItemListing:_ctl7:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl7:DateLabelSystem.Web.UI.WebControls.Label8968
                CalendarEvents:ItemListing:_ctl7:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl7:EventNameSystem.Web.UI.WebControls.Label9572
                CalendarEvents:ItemListing:_ctl7:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl7:TimeAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl7:EventTimeSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl7:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl7:EditLinkSystem.Web.UI.WebControls.HyperLink11580
                CalendarEvents:ItemListing:_ctl7:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl7:BranchSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl7:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl7:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl7:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl7:CatListSystem.Web.UI.WebControls.Repeater3036
                    CalendarEvents:ItemListing:_ctl7:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem300
                        CalendarEvents:ItemListing:_ctl7:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl3016
                CalendarEvents:ItemListing:_ctl7:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl8System.Web.UI.WebControls.RepeaterItem6050
                CalendarEvents:ItemListing:_ctl8:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl8:IconAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl8:BranchIconSystem.Web.UI.WebControls.Image00
                    CalendarEvents:ItemListing:_ctl8:_ctl1System.Web.UI.LiteralControl00
                CalendarEvents:ItemListing:_ctl8:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl8:DateLabelSystem.Web.UI.WebControls.Label8968
                CalendarEvents:ItemListing:_ctl8:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl8:EventNameSystem.Web.UI.WebControls.Label10384
                CalendarEvents:ItemListing:_ctl8:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl8:TimeAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl8:EventTimeSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl8:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl8:EditLinkSystem.Web.UI.WebControls.HyperLink11580
                CalendarEvents:ItemListing:_ctl8:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl8:BranchSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl8:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl8:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl8:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl8:CatListSystem.Web.UI.WebControls.Repeater3036
                    CalendarEvents:ItemListing:_ctl8:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem300
                        CalendarEvents:ItemListing:_ctl8:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl3016
                CalendarEvents:ItemListing:_ctl8:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl9System.Web.UI.WebControls.RepeaterItem7300
                CalendarEvents:ItemListing:_ctl9:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl9:IconAreaSystem.Web.UI.WebControls.PlaceHolder13132
                    CalendarEvents:ItemListing:_ctl9:BranchIconSystem.Web.UI.WebControls.Image119104
                    CalendarEvents:ItemListing:_ctl9:_ctl1System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl9:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl9:DateLabelSystem.Web.UI.WebControls.Label8864
                CalendarEvents:ItemListing:_ctl9:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl9:EventNameSystem.Web.UI.WebControls.Label9168
                CalendarEvents:ItemListing:_ctl9:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl9:TimeAreaSystem.Web.UI.WebControls.PlaceHolder032
                    CalendarEvents:ItemListing:_ctl9:EventTimeSystem.Web.UI.WebControls.Label052
                CalendarEvents:ItemListing:_ctl9:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl9:EditLinkSystem.Web.UI.WebControls.HyperLink11680
                CalendarEvents:ItemListing:_ctl9:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl9:BranchSystem.Web.UI.WebControls.Label036
                CalendarEvents:ItemListing:_ctl9:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl9:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl9:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl9:CatListSystem.Web.UI.WebControls.Repeater3636
                    CalendarEvents:ItemListing:_ctl9:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem360
                        CalendarEvents:ItemListing:_ctl9:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl3624
                CalendarEvents:ItemListing:_ctl9:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl10System.Web.UI.WebControls.RepeaterItem5930
                CalendarEvents:ItemListing:_ctl10:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl10:IconAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl10:BranchIconSystem.Web.UI.WebControls.Image00
                    CalendarEvents:ItemListing:_ctl10:_ctl1System.Web.UI.LiteralControl00
                CalendarEvents:ItemListing:_ctl10:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl10:DateLabelSystem.Web.UI.WebControls.Label8864
                CalendarEvents:ItemListing:_ctl10:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl10:EventNameSystem.Web.UI.WebControls.Label9168
                CalendarEvents:ItemListing:_ctl10:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl10:TimeAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl10:EventTimeSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl10:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl10:EditLinkSystem.Web.UI.WebControls.HyperLink11680
                CalendarEvents:ItemListing:_ctl10:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl10:BranchSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl10:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl10:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl10:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl10:CatListSystem.Web.UI.WebControls.Repeater3036
                    CalendarEvents:ItemListing:_ctl10:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem300
                        CalendarEvents:ItemListing:_ctl10:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl3016
                CalendarEvents:ItemListing:_ctl10:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl11System.Web.UI.WebControls.RepeaterItem5960
                CalendarEvents:ItemListing:_ctl11:_ctl0System.Web.UI.LiteralControl680
                CalendarEvents:ItemListing:_ctl11:IconAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl11:BranchIconSystem.Web.UI.WebControls.Image00
                    CalendarEvents:ItemListing:_ctl11:_ctl1System.Web.UI.LiteralControl00
                CalendarEvents:ItemListing:_ctl11:_ctl2System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl11:DateLabelSystem.Web.UI.WebControls.Label9068
                CalendarEvents:ItemListing:_ctl11:_ctl3System.Web.UI.LiteralControl620
                CalendarEvents:ItemListing:_ctl11:EventNameSystem.Web.UI.WebControls.Label9268
                CalendarEvents:ItemListing:_ctl11:_ctl4System.Web.UI.LiteralControl120
                CalendarEvents:ItemListing:_ctl11:TimeAreaSystem.Web.UI.WebControls.PlaceHolder00
                    CalendarEvents:ItemListing:_ctl11:EventTimeSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl11:_ctl5System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl11:EditLinkSystem.Web.UI.WebControls.HyperLink11680
                CalendarEvents:ItemListing:_ctl11:_ctl6System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl11:BranchSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl11:_ctl7System.Web.UI.LiteralControl60
                CalendarEvents:ItemListing:_ctl11:ItemIDSystem.Web.UI.WebControls.Label032
                CalendarEvents:ItemListing:_ctl11:_ctl8System.Web.UI.LiteralControl430
                CalendarEvents:ItemListing:_ctl11:CatListSystem.Web.UI.WebControls.Repeater3036
                    CalendarEvents:ItemListing:_ctl11:CatList:_ctl0System.Web.UI.WebControls.RepeaterItem300
                        CalendarEvents:ItemListing:_ctl11:CatList:_ctl0:_ctl0System.Web.UI.DataBoundLiteralControl3016
                CalendarEvents:ItemListing:_ctl11:_ctl9System.Web.UI.LiteralControl220
            CalendarEvents:ItemListing:_ctl12System.Web.UI.WebControls.RepeaterItem150
                CalendarEvents:ItemListing:_ctl12:_ctl0System.Web.UI.LiteralControl150
        CalendarEvents:_ctl0System.Web.UI.LiteralControl20
    _ctl7System.Web.UI.LiteralControl140
    _ctl8System.Web.UI.ResourceBasedLiteralControl6730
    _ctl9System.Web.UI.LiteralControl760
    MainCalMenuASP.MainCalMenu_ascx12160
        MainCalMenu:BranchListSystem.Web.UI.WebControls.Repeater59636
            MainCalMenu:BranchList:_ctl0System.Web.UI.WebControls.RepeaterItem480
                MainCalMenu:BranchList:_ctl0:_ctl0System.Web.UI.LiteralControl480
            MainCalMenu:BranchList:_ctl1System.Web.UI.WebControls.RepeaterItem890
                MainCalMenu:BranchList:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl8952
            MainCalMenu:BranchList:_ctl2System.Web.UI.WebControls.RepeaterItem710
                MainCalMenu:BranchList:_ctl2:_ctl0System.Web.UI.DataBoundLiteralControl7128
            MainCalMenu:BranchList:_ctl3System.Web.UI.WebControls.RepeaterItem650
                MainCalMenu:BranchList:_ctl3:_ctl0System.Web.UI.DataBoundLiteralControl6520
            MainCalMenu:BranchList:_ctl4System.Web.UI.WebControls.RepeaterItem680
                MainCalMenu:BranchList:_ctl4:_ctl0System.Web.UI.DataBoundLiteralControl6824
            MainCalMenu:BranchList:_ctl5System.Web.UI.WebControls.RepeaterItem730
                MainCalMenu:BranchList:_ctl5:_ctl0System.Web.UI.DataBoundLiteralControl7332
            MainCalMenu:BranchList:_ctl6System.Web.UI.WebControls.RepeaterItem700
                MainCalMenu:BranchList:_ctl6:_ctl0System.Web.UI.DataBoundLiteralControl7028
            MainCalMenu:BranchList:_ctl7System.Web.UI.WebControls.RepeaterItem720
                MainCalMenu:BranchList:_ctl7:_ctl0System.Web.UI.DataBoundLiteralControl7232
            MainCalMenu:BranchList:_ctl8System.Web.UI.WebControls.RepeaterItem400
                MainCalMenu:BranchList:_ctl8:_ctl0System.Web.UI.LiteralControl400
        MainCalMenu:_ctl0System.Web.UI.LiteralControl40
        MainCalMenu:MonthListSystem.Web.UI.WebControls.Repeater30836
            MainCalMenu:MonthList:_ctl0System.Web.UI.WebControls.RepeaterItem470
                MainCalMenu:MonthList:_ctl0:_ctl0System.Web.UI.LiteralControl470
            MainCalMenu:MonthList:_ctl1System.Web.UI.WebControls.RepeaterItem740
                MainCalMenu:MonthList:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl7432
            MainCalMenu:MonthList:_ctl2System.Web.UI.WebControls.RepeaterItem720
                MainCalMenu:MonthList:_ctl2:_ctl0System.Web.UI.DataBoundLiteralControl7232
            MainCalMenu:MonthList:_ctl3System.Web.UI.WebControls.RepeaterItem750
                MainCalMenu:MonthList:_ctl3:_ctl0System.Web.UI.DataBoundLiteralControl7536
            MainCalMenu:MonthList:_ctl4System.Web.UI.WebControls.RepeaterItem400
                MainCalMenu:MonthList:_ctl4:_ctl0System.Web.UI.LiteralControl400
        MainCalMenu:_ctl1System.Web.UI.LiteralControl40
        MainCalMenu:CategoryListSystem.Web.UI.WebControls.Repeater30236
            MainCalMenu:CategoryList:_ctl0System.Web.UI.WebControls.RepeaterItem500
                MainCalMenu:CategoryList:_ctl0:_ctl0System.Web.UI.LiteralControl500
            MainCalMenu:CategoryList:_ctl1System.Web.UI.WebControls.RepeaterItem760
                MainCalMenu:CategoryList:_ctl1:_ctl0System.Web.UI.DataBoundLiteralControl7636
            MainCalMenu:CategoryList:_ctl2System.Web.UI.WebControls.RepeaterItem650
                MainCalMenu:CategoryList:_ctl2:_ctl0System.Web.UI.DataBoundLiteralControl6520
            MainCalMenu:CategoryList:_ctl3System.Web.UI.WebControls.RepeaterItem710
                MainCalMenu:CategoryList:_ctl3:_ctl0System.Web.UI.DataBoundLiteralControl7128
            MainCalMenu:CategoryList:_ctl4System.Web.UI.WebControls.RepeaterItem400
                MainCalMenu:CategoryList:_ctl4:_ctl0System.Web.UI.LiteralControl400
        MainCalMenu:_ctl2System.Web.UI.LiteralControl20
    _ctl10System.Web.UI.LiteralControl150
    _ctl11System.Web.UI.LiteralControl2050
    _ctl12System.Web.UI.ResourceBasedLiteralControl2610
    _ctl13System.Web.UI.ResourceBasedLiteralControl39860
    _ctl14System.Web.UI.ResourceBasedLiteralControl3360
    _ctl15System.Web.UI.LiteralControl220

Application State

Application KeyTypeValue
FreeTextBox, Version=3.1.6.35504, Culture=neutral, PublicKeyToken=5962a4e684a48b87System.String[]System.String[]

Cookies Collection

NameValueSize
ASP.NET_SessionIddk4hl345ldwar1vqhta02t5542

Headers Collection

NameValue
Cache-Controlno-cache
Connectionclose
Pragmano-cache
AcceptAccept: application/xhtml+xml,text/html;q=0.9,text/plain;
Accept-CharsetISO-8859-1,utf-8;q=0.7,*;q=0.7
Accept-Encodinggzip
Accept-Languageen-us,en;q=0.5
Hostwww.akronymca.com
User-AgentCCBot/1.0 (+http://www.commoncrawl.org/bot.html)

Server Variables

NameValue
ALL_HTTPHTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:close HTTP_PRAGMA:no-cache HTTP_ACCEPT:Accept: application/xhtml+xml,text/html;q=0.9,text/plain; HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_ACCEPT_ENCODING:gzip HTTP_ACCEPT_LANGUAGE:en-us,en;q=0.5 HTTP_HOST:www.akronymca.com HTTP_USER_AGENT:CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
ALL_RAWCache-Control: no-cache Connection: close Pragma: no-cache Accept: Accept: application/xhtml+xml,text/html;q=0.9,text/plain; Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Accept-Encoding: gzip Accept-Language: en-us,en;q=0.5 Host: www.akronymca.com User-Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
APPL_MD_PATH/LM/W3SVC/3/Root
APPL_PHYSICAL_PATHC:\www\AkronYMCA\
AUTH_TYPE 
AUTH_USER 
AUTH_PASSWORD 
LOGON_USER 
REMOTE_USER 
CERT_COOKIE 
CERT_FLAGS 
CERT_ISSUER 
CERT_KEYSIZE 
CERT_SECRETKEYSIZE 
CERT_SERIALNUMBER 
CERT_SERVER_ISSUER 
CERT_SERVER_SUBJECT 
CERT_SUBJECT 
CONTENT_LENGTH0
CONTENT_TYPE 
GATEWAY_INTERFACECGI/1.1
HTTPSoff
HTTPS_KEYSIZE 
HTTPS_SECRETKEYSIZE 
HTTPS_SERVER_ISSUER 
HTTPS_SERVER_SUBJECT 
INSTANCE_ID3
INSTANCE_META_PATH/LM/W3SVC/3
LOCAL_ADDR66.218.128.46
PATH_INFO/calendar/_test.aspx
PATH_TRANSLATEDC:\www\AkronYMCA\calendar\_test.aspx
QUERY_STRING 
REMOTE_ADDR38.103.63.60
REMOTE_HOST38.103.63.60
REMOTE_PORT55887
REQUEST_METHODGET
SCRIPT_NAME/calendar/_test.aspx
SERVER_NAMEwww.akronymca.com
SERVER_PORT80
SERVER_PORT_SECURE0
SERVER_PROTOCOLHTTP/1.1
SERVER_SOFTWAREMicrosoft-IIS/5.0
URL/calendar/_test.aspx
HTTP_CACHE_CONTROLno-cache
HTTP_CONNECTIONclose
HTTP_PRAGMAno-cache
HTTP_ACCEPTAccept: application/xhtml+xml,text/html;q=0.9,text/plain;
HTTP_ACCEPT_CHARSETISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODINGgzip
HTTP_ACCEPT_LANGUAGEen-us,en;q=0.5
HTTP_HOSTwww.akronymca.com
HTTP_USER_AGENTCCBot/1.0 (+http://www.commoncrawl.org/bot.html)