or
Hi ,
I have one telerik modal popup window in which I am loading some event, after session timeout occurs, page in the modal pop window redirects to login page.
What I want achieve is, On session Expiration modal window should disappear and parent page should be redirected to login page.
Any views on this.... attached is the snap?


<telerik:RadRotator ID="rrTest" runat="server" WrapFrames="true" Width="708" height="17" ScrollDirection="Left" ScrollDuration="19000" FrameDuration="0" RotatorType="AutomaticAdvance" ItemHeight="15px" ItemWidth="1450" > <ItemTemplate> <div style=""> <% Response.Write(mystring); %> </div> </ItemTemplate> </telerik:RadRotator>| var control = $find("controlID") |
| or |
| var control = $find('<%= controlID.ClientID %>'); |
ctl00_ucRTKTemplate_ctl04_ctl00_cmFileView

<div class="searchResult"> <div style="font-weight:bold;">#= Text #</div> <div style="font-size:.8em; font-style:italic;">#= DataItem.notes #</div></div>