-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I use asp:Login control, user can login properly, but while checking user Profile information within LoggedIn event of Login control, all of the fields in the Profile objects are empty.
Also, User.Identity.IsAuthenticated always returns false.
But, all of these issue solved while navigating to another…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a createuserwizard and a login control on a page. both of them are customized (standard textboxes are replaced by RadTextBoxes)
When i enter a value in the form and refresh the browser without submitting, the forms retain their values. Is there any way i can clear these fields on refresh.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I'm trying to watermark the asp:Login controls' Username and Password fields with jQuery, I've tried various ways of referencing the control ID:
$('#<%=ClientID.Login1_UserName %>').watermark('watermark', 'Username');
I have tried moving the ClientID, Login1 and UserName around and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This is the code when you take the Login control from the toolbox.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I have an ASP.NET login control on a page, with the "Remember Me" checkbox displayed. I have checked in trace and the authentication cookie is being created, I have sliding expiration set and a timeout of 60000, yet when I return to the website the login is not being remembered.
Any ideas…
>>> More