jQuery

There are 1 entries for the tag jQuery

Login via Usercontrol View + jQuery

Since administration was the next part I wanted to work on. I decided that for the moment I just want a little login for in the upper corner like I decided to put the login screen view logic into a user control, and added the following user control named Login.ascx and placed it into the Shared <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <%if(!Page.User.Identity.IsAuthenticated) {%> <form action="/Home/Login" method="post" id="LoginForm"> <span id="EmailLabel">Username:</span><br /> <%=Html.TextBox("Username")%><br /> <span id="PasswordLabel">Password:</span><br /> ...

Copyright © Sean Lynch

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski