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 |
What is ado.net components?
What are the key events of sqlconnection class?
What is difference between ado.net and asp net?
Why do we use sqldataadapter?
What is ado.net objects?
What are the data providers in ADO.NET framework?
What is the main difference between ADO and ADO.Net
What is a datagrid?
What is openquery?
What is disconnected scenario in entity framework?
Why is stored procedure used in ado.net?
What is the difference between ado.net and oledb?