A
AAaron123
The contextKey in GetSlides returns Nothing.
Maybe the ContextKey='<%# Session.SessionID %>' is not correct. See below -
the element in the aspx file.
Maybe ByVal contextKey As String should be ByRef.
Maybe something else.
I've been looking and can't find a definite answer to my maybe ByRef above.
Does ContextKey='<%# Session.SessionID %>' look right - I'm a little shaky
about this syntax.
Got any idea what might be wrong.
Thanks
<ajaxToolkit:SlideShowExtender ID="SlideShowExtender1" runat="server"
TargetControlID="Image1"
SlideShowServicePath="../WebServiceGetSlides.asmx"
SlideShowServiceMethod="GetSlides"
ImageDescriptionLabelID="ImageLabel1" NextButtonID="NextButton"
PlayButtonText="Play"
StopButtonText="Stop" PreviousButtonID="PrevButton"
PlayButtonID="PlayButton"
Loop="true" BehaviorID="AdjustTimingBehaviorID" AutoPlay="False"
UseContextKey="true" ContextKey='<%# Session.SessionID %>' />
Public Function GetSlides(ByVal contextKey As String) As
AjaxControlToolkit.Slide()
Maybe the ContextKey='<%# Session.SessionID %>' is not correct. See below -
the element in the aspx file.
Maybe ByVal contextKey As String should be ByRef.
Maybe something else.
I've been looking and can't find a definite answer to my maybe ByRef above.
Does ContextKey='<%# Session.SessionID %>' look right - I'm a little shaky
about this syntax.
Got any idea what might be wrong.
Thanks
<ajaxToolkit:SlideShowExtender ID="SlideShowExtender1" runat="server"
TargetControlID="Image1"
SlideShowServicePath="../WebServiceGetSlides.asmx"
SlideShowServiceMethod="GetSlides"
ImageDescriptionLabelID="ImageLabel1" NextButtonID="NextButton"
PlayButtonText="Play"
StopButtonText="Stop" PreviousButtonID="PrevButton"
PlayButtonID="PlayButton"
Loop="true" BehaviorID="AdjustTimingBehaviorID" AutoPlay="False"
UseContextKey="true" ContextKey='<%# Session.SessionID %>' />
Public Function GetSlides(ByVal contextKey As String) As
AjaxControlToolkit.Slide()