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 are the difference between readonly vs. Const?
What is the default view of Data Grid?
What is microsoft ado.net?
what is meant by connection pooling and event pumbling in ado.net
What is the difference between executequery and executenonquery?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What does datareader object do?
What are the classes in System.Data.Common Namespace?
Explain the advantages and disadvantages of using datalist?
What is the difference between Data adaptor and Data set?
Explain the ADO . Net Architecture ?
what is connection pooling ?