Hey guys, Is it good idea to use login controls from asp.net features for professional programming. Can you please suggest me good link or source for customizing the login controls?
Thanks
View Complete Post
Hi,
I'd like to record more information than the default control allows as well as perform actions with the input when the form is submitted but I'm having trouble figuring out how.
So firstly, if I want to record the middlename for example, how would I do that, and by default, where would it go if anywhere?When the form is submitted, I'd like to take specific input, such as just the middlename for example, and write some linq to sql code to specify when and how it's stored.In what event would I put this code?
Robert Hess
MSDN Magazine February 2001
Hi all,
I would like to show the failure text in a client-side alert box for login control in c#. Please help me if there is an easy way to convert it from vb.net to c#.net. Thanks a lot!
Protected Sub Login1_LoginError(ByVal sender As Object, ByVal e As System.EventArgs) Handles Login1.LoginError'Display the failure message in a client-side alert boxClientScript.RegisterStartupScript(Me.GetType(), "LoginError", _String.Format("alert('{0}');", Login1.FailureText.Replace("'", "\'")), True)
End Sub
Converted, but it doesn't work.
protected void Login1_LoginError(object sender, System.EventArgs e) { //Display the failure message in a client-side alert box ClientScript.RegisterStartupScript(this.GetType(), "LoginError", string.Format("alert('{0}');", Login1.FailureText.Replace("'", "\\'")), true); }
Hey Guys,
<
I spent the last few weeks getting a client site up and running, but all the while I was doing all my testing with Firefox.
I tried seeing what it would look like in IE7, and everything is great. Except that I cannot login with it.
I do not know for the life of me why.
Any ideas?
I am using VWD 2008 and i have a 3.5 web.
Thanks.
hi,
is it posible to change the way to log in a wss3 site.
i created a wss 3 site collection. to enter the site a login control pop up then you need to log in using windows authentication before ypu can see the site.
now i want to change this pop up thing in to a nice page. so the user can see a welcome page and there he can fill in his username and password to log in.
i want to keep using windows authentication not FBA.
is this possible?
thnx
Hi everyone,
I hope you can help me, I tried Google, but none of the solutions worked. Using VB.net and Membership, I have a login control in my master page with a remember me check box. When I check this box and login, some pages indicate that I am not logged in. If I go to another page, it will then indicate that I am still logged in. I have isolated one page that always indicates I am not logged in the first time I visit it, but if log in a second time and then go to it, it will finally recognize me as a user that is properly logged in.
Some pages that this occurs on is in the top level, some pages are in a sub folder.
My MasterPage has the following Form Code:
<body bgcolor="#E0ECF9" topmargin="0" leftmargin="0">
<form id="form1" runat="server">
My Aspx file has a troubleshooting label, several Gridviews and several DetailViews:
<asp:Label ID="lblErRep" runat="server" Text=""></asp:Label>
My aspx.vb file has 1 line of code (Protec
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend