This is a migrated thread and some comments may be shown as answers.

Opening a window after a previous window close

1 Answer 33 Views
Window
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 24 Apr 2009, 06:28 PM
I'm trying to figure out how to do the following, I'm a bit stumped how to accomplish this as most of the interaction with the RadWindow is mostly javascript and not server side code...

1. User is currently no logged in (using ASP.Net Security modal)
2. User clicks on "My Searches"
3. Because user isn't logged in, Login window shows up.
4. After user logs in (clicks login button, which also closes the window).  -- After this point, a server side call back must happen to ensure authentication.  If the user was never authenticated, then 5 should never happen, and it should simply just close the login window.
5. If authenticated, update parent page with user information (i.e.  Welcome, Jon Doe).  This would also require server call back (postback).
6. Then open's My Searches window.

I hope this explains the scenario I'm trying to accomplish.  Any ideas or suggestions on this would be greatly appreciated.


Thanks,
Stephen

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 27 Apr 2009, 06:29 AM
Hi Stephen,

Implementing a custom authentication logic is not directly related to the RadWindow control, but if you are planning to use an asp:login control inside the RadWindow, I believe that the following forum thread will be of help.



All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Stephen
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or