I wanna make a login screen like the one from Facebook\'s app. The part I wanna replicate is the two text fields that when stacked look like a table group. I can\'t figure out how they did it though.
I installed Visual Studio 2008 Professional(updated with SP1), then I uninstalled SQL server 2005 Express and installed SQL Server 2005 Standard.
I am using 开发者_StackOverflow社区a ASP.NET CreateUserWizard to registering users. I wanted user to not automatically log after registration until they login manually.
I have an ASP Login control box on the page which is customized. Insi开发者_JAVA百科de the Login control we have Username and password textboxes.
just trying to get a better understanding of the concepts involved with this so i can make better decisi开发者_如何学Goons on implementing the login based on the requirements i\'ve been given.
I have created a database in Microsoft sql server express. I need to be able to login on Mvc 2 app, using my database ( not the one existing on AcountController meaning MembershipService )
开发者_StackOverflowI 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 suggestio
right now when a user logs in, they see specific content on that same page: <asp:LoginView ID=\"LoginView\" runat=\"server\">
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 b
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