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 Posted / 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 |
Post New Answer View All Answers
Which keyword is used to accept variable number of parameters?
How is entity framework different from ado.net?
What is the difference between oledb sql server and oledbdotnet provider?
What are the different layers of ado.net?
What is the executescalar method?
What is difference between sqldatareader and sqldataadapter?
What does adodb stand for?
What are the objects of ado.net?
Define data adapter?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is oledb driver?
How can we check that some changes have been made to dataset since it was loaded?
Explain what are the steps to connect to a database?
What is the current version of entity framework?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?