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 |
Which is faster dataset or datareader?
Explain the difference between an ado.net dataset and an ado recordset?
If we are not returning any records from the database, which method is to be used?
Explain what are acid properties?
What are the parameters that control most of connection pooling behaviours?
What is the difference between the clone() and copy() methods of the dataset class?
What is the default provider in ado.net?
what is the syntax code for oldb to connect oracle
What is disconnected data?
Diff B/W DataSet vs DataTable
I want to ask u that if i add radio button in ado.net form,and how radion button data insert in SQL2005 Database...
Which is faster ado.net or linq?