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 database is the ado.net?
Which is faster sqldataadapter and sqldatareader?
What are dcl commands?
What is the difference between oledb sql server and oledbdotnet provider?
What is the usage of the dataset object in ado.net?
Explain advantages of ado.net?
What is basic use of data view?
What is the difference between data grid and data repeater?
Which is faster entity framework or ado.net?
How to load multiple tables into a dataset?
Define partial class?
What is the difference between Data adaptor and Data set?
What are the disadvantages of using datalist?
Explain ado.net features? Benefits? Drawbacks?
What does ado stand for?