In ASP.NET Window if a form was in the window, and I had the user submit the form, it would submit back to the parent window. This is no longer the case. Is there anyway to get this to work again?
3 Answers, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 07 Nov 2007, 02:04 PM
Hello Andrew,
I am not sure if I understand you correctly - can you please provide more details about the problem? If you can, please paste here your code that worked before?
I tried to recreate this and I can not do it. What I want to do is this: On my homepage have a login button. Have the login button open a telerik window that contains the login control. The telerik window gets submitted to the login, and the main page goes to the destination page. Is this possible?
0
Georgi Tunev
Telerik team
answered on 08 Nov 2007, 12:32 PM
Hi Andrew,
I believe the following Code Library article will help you: Using r.a.d.window for a login form. You can use the code provided there as a base and extend it further to fit your exact requirements.