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.



i making a project using windows application c#, i want to show user name, password, and one but..

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

Post New Answer

More ADO.NET Interview Questions

Which is faster dataset or datareader?

0 Answers  


Explain the difference between an ado.net dataset and an ado recordset?

0 Answers  


If we are not returning any records from the database, which method is to be used?

0 Answers  


Explain what are acid properties?

0 Answers  


What are the parameters that control most of connection pooling behaviours?

0 Answers  


What is the difference between the clone() and copy() methods of the dataset class?

0 Answers  


What is the default provider in ado.net?

0 Answers  


what is the syntax code for oldb to connect oracle

3 Answers   IBM,


What is disconnected data?

0 Answers  


Diff B/W DataSet vs DataTable

6 Answers   Star Wire,


I want to ask u that if i add radio button in ado.net form,and how radion button data insert in SQL2005 Database...

6 Answers  


Which is faster ado.net or linq?

0 Answers  


Categories