Hey guys.... Just wondered if anyone can help me, I'm busy writing an application with a login form using SQL Server, if the user logs into the specific for i want a lable saying logged in as : .... But how do you code that part?
Hope you understand
thanks
NyQii 0 Newbie Poster
Recommended Answers
Jump to PostThis is a shot in the dark as you have not specified any code that you are using to validate the users login credentials, but under the method in which your code validates the users credentials(username and password) simply set the label1.Text = usernameTextBox.Text.
So after the validating is complete …
All 2 Replies
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
SyncMaster170 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.