Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
login from using winform application
Carlos kambui
8y
278
1
Reply
below are my codes i want if you input wrong pasword it notify wrong password
kindly help to rectify
users = svcclient.Getuser(Convert.ToInt32(txtpassword.Text));
if (txtpassword.Text == users.user_pin)
{
//frontend.MDIfrontend front = new frontend.MDIfrontend();
//front.ShowDialog();
MessageBox.Show("Invalid Credentials!", "SoftByt info Tech");
}
else
{
frontend.MDIfrontend front = new frontend.MDIfrontend();
front.ShowDialog();
this.Dispose();
}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Print Blank Page while Print Preview shows the page correct
How to call a private method from another class?