ASP.NET 4.0 Login Website Part - 4 Login Page & It's Script
Uploader Comments (Shmv90)
All Comments (41)
-
@Shmv90 you are right. i just realized that, sorry for the misunderstanding
-
thanks you very very much ^^
-
What is the reason behind logic used in the video? i think... This query also works = "select * from users where username = " + uname.Text + " and password = " +password.Text;
-
Hey can u make a mini shopping cart using ASP.net grid view controls..
-
hey love the video.i was wondering though using this method how would i go about editing the specific table data with a text box rather than using the sql table method. also how does security + roles work in comparison to the inbuilt login script. like assigning abilities to a user as well as having specified amounts of data for different users eg 1 user has 6 photos and another has 10. would a database be used here. but this video was so helpful in finding a great way to customising user data.
-
My question was related to the first line of code using ConfigurationManager's class
Video was good but you made it complicated..U could have said "Select password from registration where Username=' "+TextBox1.Text +" ' " directly without writing in the loop...It could have been over with one command.....
nikelovesn89 1 month ago
@nikelovesn89 That way, user will get to know specific reason for not login. Also helpful to check availability of username
Shmv90 1 month ago
@Shmv90 telling them which credentials are invalid is probably a security risk tho.
TUIgemini 1 week ago
@TUIgemini We are just telling them about username availability. Not anything else.
Shmv90 1 week ago