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

What are the difference between readonly vs. Const?

0 Answers  


What is the default view of Data Grid?

5 Answers   TCS,


What is microsoft ado.net?

0 Answers  


what is meant by connection pooling and event pumbling in ado.net

3 Answers   TCS,


What is the difference between executequery and executenonquery?

0 Answers  


If a table contains 20000 records. In a page at each time 100 records to be displayed.

0 Answers  


What does datareader object do?

0 Answers  


What are the classes in System.Data.Common Namespace?

0 Answers  


Explain the advantages and disadvantages of using datalist?

0 Answers  


What is the difference between Data adaptor and Data set?

0 Answers   HCL,


Explain the ADO . Net Architecture ?

3 Answers  


what is connection pooling ?

3 Answers   Vertex,


Categories