This question is locked. New answers and comments are not allowed.
i m creating an application for which need a login which i want to be in a modal window; i want to load a view in window if possible, if not please tell me how do i do it, here is code in my login.cshtml
here is code from default.cshtml, which just calls above view,
@{ Html.Telerik().Window().Name("loginWindow").Modal(true).Title("Login").Content
(@<text> @using(@Html.BeginForm("Login","UserAccountsManagement", FormMethod.Post)) { @Html.EditorForModel() })</text> ); }@Html.ActionLink("Login", "Login", "UserAccountsManagement")
