Hi Michael,
I suppose you want to create a login form inside the RadWindow. You can use the following approaches.
1)One suggestion is that you can add the login controls inside the ContentTemplate of the RadWindow as follows.
ASPX:
C#:
2)Another approach is that you can add the controls inside another aspx page as shown in
this code library.
Hope this helps.
Regards,
Shinu.