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 does ado.net work?
What do you know about ADO.NET's objects and methods?
What is difference between dataset and datatable?
How can we load multiple tables in a dataset?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is a dynaset in access?
How do u implement locking concept for dataset?
Which namespaces are used for data access?
0 Answers SwanSoft Technologies,
What are the rules to implement connection pooling?
What is difference between Dataview and Datatable?
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
What is the provider and namespaces being used to access oracle database?