i making a project using windows application c#, i want to
show user name, password, and one button login. i wanna
make it with sealed class .how its possible . when i
clicked my login button all project should be open. pls
cleare me.
Answer / prateek chaurasia
you have to firstly write in the coding inside the login
button you are taking. the coding is of the form i.e.
if(textBox1.text=="Username"&&textBox2=="Password")
{
Form.ShowDialog();
}
Form is the form which you want to show after the login.
textBoxes will contain the username and the password.
Is This Answer Correct ? | 9 Yes | 0 No |
How to work with disconnected data - the dataset and sqldataadapter?
What is command class in ado.net?
What is Data view?
What are the parameters that control most of connection pooling behaviours?
What is partial class?
What is the difference between ADO and ADO.Net?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What are the disadvantages of using datalist?
Is entity framework better than ado.net?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What are the three Objects of ADO.
what is typed and untyped dataset