Tagged Questions
4
votes
1answer
117 views
.Net LoginControls - User can't logout in Firefox
Basically, the logout link doesn't do anything, but only in Firefox. (I can login and out freely from other browsers) There really isn't a whole lot of information I can really give other than that, ...
4
votes
4answers
867 views
Recaptcha being triggered from masterpage control
Hey,
I have a master page which contains a Login control so that the user can login/logout from any page. However, a couple of content pages require a Recaptcha control. This causes problems because ...
4
votes
4answers
1k views
ASP.NET Login control without a Username
Is it possible to use the standard ASP.NET login control, but just ask the user for a password? I am using a template, but the runtime complains that;
Login1: LayoutTemplate does not contain an ...
2
votes
4answers
101 views
ASP.net Login Control
This is a general question. The login control from the Membership Provider asks for verification of the user's password but not of the email address. To add verifaction of the email address, do I ...
2
votes
3answers
171 views
asp.net login control with internet explorer
I have asp.net login control in my webapplication.while I run the application in internet explorer and type password it will displayed as question mark. Can anyone able to solve the problem means its ...
2
votes
1answer
211 views
ASP.net How to handle login/logout with role based access
Scenario: I have the membership provider setup and its currently pointing to a SQL database on my machine. The role based access works and I have a menu that is security trimmed. The user can only get ...
2
votes
1answer
1k views
How to add more fields in CreateUserWizard field?
Hello
In addition to the fields defined in CreateUserWizard i want to add some more fields to store information in database for some purpose.But could not get the way to execute the task.
1
vote
1answer
234 views
ASP.NET login control connection string error : Keyword not supported: 'metadata'
I was working with normal connection until now and everything was smooth
but now I have switched to data entity model and with new connection string, I am having this error... How can i keep my entity ...
1
vote
1answer
90 views
if the user checks remember me on the asp login control, when will the user have to login again?
just trying to get a better understanding of the concepts involved with this so i can make better decisions on implementing the login based on the requirements i've been given.
in the case where the ...
1
vote
1answer
77 views
login control forms authentication
I setup a login control to use on my web application and having issues validating the users. I created the membership tables in my own database in sql server 2008 using a suggestion on another site. ...
1
vote
1answer
82 views
add the option “show password ” to asp.net login control
I used asp.net login control in ored to log my site the issue is that I wannt to add an opption to show the password (insteas of astrix) but I have no access to the password textbox so I cannt chage ...
1
vote
4answers
69 views
Communicating between login.aspx and default.aspx
I'm new to web development. I have a login.aspx page that has an Asp.Net login control on it. When the users logs in and it successfully authenticates, the page automatically redirects to ...
1
vote
2answers
76 views
ASP.NET Login Control - How Popular is It?
Sorry for the weird question.
I'm new to web development (spent the last few years in server side programming).
I'm suppose to write a small web site that will be accessible from the internet and ...
1
vote
2answers
147 views
SqlDataSource Parameter Problem - Using loginName1 as sql parameter
I am trying to retrieve database info that is specific to currently logged-in user.
The following 3 lines let me know that var1 is correct (As it displays it on the page)
Dim var1 As ...
1
vote
0answers
103 views
changing location of App_Data and ASPNET.MDF database
I have a bit noobish question, so please forgive me, as I don't have much experience with asp.net.
I have created login control, which uses automatically generated ASPNET.MDF which is located in the ...
1
vote
1answer
504 views
Login by hitting enter key in asp.net Login control
I must have read a hundred forum and blogposts about this, all talking about placing a Panel and setting the Default button to the Login button, or setting the Default button in the Form. I've tried ...
1
vote
2answers
107 views
how to allow login in with email using the asp signup component
as the title says how do o allow users to sign in using the email they specified when they registered.
using asp 3.5 , both the login and signup are the ones that are built-in visual studio.
also is ...
1
vote
3answers
294 views
Login user after signup
how to auto login the user after he created an account
using asp.net 3.5, and from authentication
here is the code:
<asp:CreateUserWizard ID="mainSignUp" runat="server"
...
1
vote
3answers
352 views
asp.net Login control: what's wrong?
I'm working on ASP.NET app and in the master page C# code I want to access the login control, so I have the following code:
Login login = new Login();
login = this.Master.FindControl("login") as ...
1
vote
2answers
247 views
Is it possible to set the Authentication Ticket manually when using the ASP.NET Login Control?
I am using the ASP.NET login control. I want to be able to set the timeout for Forms Authentication individually for each user (instead of globally in the web.config). From what I understand the ...
1
vote
1answer
203 views
How to customize login account for Login control in ASP.NET if we are authenticated by Micorosoft Federation?
currently I have a website with authentication using Microsoft.IdentityModel.Web.WSFederationAuthenticationModule. It redirects me to login page (single sign-on outside my website) and upon login, I ...
1
vote
0answers
143 views
asp.net login - how to inturrupt with a message prompt?
I have seemingly easy problem and am having trouble designing the right solution.
I have a normal asp .net login control. When the user logs in (and is successfully authenticated) I want to display ...
1
vote
1answer
750 views
I have a Login Control.Even after successful Login it does not redirects to destination page
I have a ASP.NET Login Control with Forms authentication.Even after successful Login it does not redirects to destination page.But it uses returnURL and stays at same Login page.How to make Login ...
1
vote
2answers
657 views
How to create a new user in aspnetdb, when using asp:login control
I need to add the capability to create a user in an app built using the asp:Login control.
How do I do this?
1
vote
1answer
106 views
One user at a Time
I am trying to implement that only one user can login with given credentials.
I check this at the time of login with this code :
MembershipUser objectUser = Membership.GetUser(Login1.UserName);
...
1
vote
2answers
1k views
ASP.NET login control - can I add the FailureText as an item in a ValidationSummary?
I'm currently working with the ASP.NET login control. I can set a custom failure text and I can add a literal on the page where the failure text is displayed if the login fails. I also have a ...
1
vote
1answer
283 views
Why can't I use a LinkButton in the ASP.NET login control for the Login button?
I lost a week of time on this. I wanted to use a LinkButton instead of the standard asp button so I could attached a SkinID to it that I use for link buttons. When using the linkbutton:
...
1
vote
2answers
318 views
asp:Login EnableClientScript
We are using ASP.NET 2.0 to build a website, and are using Forms Authentication. As usual I'm using the ASP.NET Login control.
In this project, we are not allowed to use client side (JS) validation, ...
0
votes
2answers
35 views
How to connect a Visual Studio 2010 website to SQL Server 2005
I need to connect Visual Studio 2010 website to SQL Server 2005. My web site is ASP.NET using C#,
on the .NET Framework 2.0
I googled it for hours and every site i entered the information didn't ...
0
votes
1answer
43 views
Getting “Could not establish a connection to the database.” in provider tab and login failures in general
I've created a relatively simple website, and am attempting to use asp.net form based authentication, but upon adding a new user to the DB and attempting to log in, I get error messages.
Just to ...
0
votes
1answer
76 views
asp.net Login control and the logged user in the global.asax [closed]
Possible Duplicate:
.NET Application_BeginRequest - How to get User reference?
I have problem with my asp Login control. I have set the Forms authentication mode in my web.config file, and ...
0
votes
2answers
229 views
ASP.NET Login/Membership - How to logout?
I am using the <asp:LoginStatus> control (along with <asp:Login>)
I login successfully as A.
Then I logout.
If I then login as B, the current user is still A.
(Both <asp:LoginName> ...
0
votes
1answer
53 views
“DisableCreatedUser” is not working properly
I am using a ASP.NET CreateUserWizard to registering users.
I wanted user to not automatically log after registration until they login manually.
<asp:CreateUserWizard ID="RegisterUser" ...
0
votes
1answer
133 views
Find Control using javacript inside a asp:Login control
I have a asp Login control on the page which is customized.
inside the Login cotron we have Username and password textboxes.
I want to find username and password controls inside a javascript ...
0
votes
2answers
73 views
on login display a different page
right now when a user logs in, they see specific content on that same page:
<asp:LoginView ID="LoginView" runat="server">
<AnonymousTemplate>
Please login <br />
...
0
votes
2answers
438 views
ASP.NET MVC3 + JQuery Mobile: Custom Membershipprovider (no logincontrol)
I'm currently rebuilding one of my ASP.NET [Webform] Sites with JQuery Mobile + MVC (Razor Viewengine).
Now I'm having problem porting the Membershipprovider to the new technique, because I can't use ...
0
votes
0answers
33 views
How to check the conditon for Roles in the following code
I am working on Login Controls i write the below code for logging in
protected void LoginButton_Click(object sender, EventArgs e)
{
string[] UserNameCollection = { "User1", "User2", ...
0
votes
6answers
82 views
binding user and password
I have a question about the login control of asp.net. I defined on my application in asp.Login, and password, also I made the changes in the web config with the info needed to set the authentication ...
0
votes
1answer
137 views
asp.net create user control & SQL server storage
I am creating a site and adding some users with the create user wizzard, however hosting the site on ASPSpider (free hosting) requires me to attach the database to their server and this process means ...
0
votes
5answers
87 views
Problem with a login control event
I want to have a check as soon as the user logs in whether he was banned or not.. But I have the following problem:
protected void Login1_LoggedIn(object sender, EventArgs e)
{
MembershipUser ...
0
votes
3answers
389 views
Profile variables in asp.net tracking session with login control?
I have been making a web site with a cart in asp.net using visual studio 2010. My question is concerning the Profile variable and Login Control.
I followed a pretty straight forward tutorial to add a ...
0
votes
0answers
55 views
What do I need to configure in IIS 7 to use LoginControl redirect?
I have an ASP.NET 4.0 application that I am developing in Visual Studio 2010. I have implemented the built-in LoginControl, CreateUser Wizard, LoginView and LoginName controls. I used the ...
0
votes
2answers
67 views
how about allow the user login at the sametime?
In my appliation,all pages are protected,so they must login to visit the pages.
And the admin of the system can add users.
Now some people told me that I have to prevent people login at the sametime ...
0
votes
5answers
240 views
ASP Login Control - Checking login status
I want to use my code behind (C#) to check and see if a user is logged in or not on page load. I assume this is really basic, but I'm still new to .net
This is basically what I want:
if(loggedIn == ...
0
votes
1answer
54 views
Lack of consistency with passwordRecovery control!
I have 3 controls:Login, CreateUserWizard (which works fine) and PasswordRecovery Control.
I registered in CreateUserWizard control. Logged in and everything was fine!, but then when i used the ...
0
votes
1answer
420 views
Access the ASP.Net LoginControl Password field through JavaScript
I'm using the ASP.Net LoginControl for user validation:
<asp:Login ID="Login1" runat="server">
<LayoutTemplate>
<asp:TextBox id="UserName" runat="server" ...
0
votes
4answers
75 views
After login send user back to the page where he was?
I am using the login control and the login button is in the master page.
I have a page (i.e. page1.aspx) where user can go with login and without login as well.
If the user is in that page1.aspx and ...
0
votes
2answers
346 views
how to auto login user
here is what i am trying to do:
user logs in and check rember me.
user then closes the site.
next time the user visits the sites he is auto logged in withoutre-entring his user or password
thanks
...
0
votes
2answers
163 views
why does this only work on localhost
Never Mind it's working now (have no idea why but that's ok), and thank you everybody for your help
i have written a code that login users by email instead of username here it is :
protected void ...
0
votes
1answer
415 views
how to set user login name as menu item in asp.net LoginView
I am trying to create a menu item within my web app that sets the parent node to the username of the current user logged into the website. the child nodes will all be the same incontext.
Currently I ...