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
Explain the difference between data reader and data set?
Explain why edit is not possible in repeater?
What does executequery return?
Which namespaces are used for data access?
What is the current version of entity framework?
What are the advantages and drawbacks of using ado.net?
What is adodb dll?
What is a control toolbox?
What is Dataset Object?
How do you find the count of records in a dataset?
What is ado oledb and odbc?
What is basic use of data view?
What are all the different methods under sqlcommand?
Can we load multiple tables in a dataset?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?