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


Please Help Members By Posting Answers For Below Questions

Which keyword is used to accept variable number of parameters?

867


How is entity framework different from ado.net?

675


What is the difference between oledb sql server and oledbdotnet provider?

712


What are the different layers of ado.net?

723


What is the executescalar method?

765


What is difference between sqldatareader and sqldataadapter?

675


What does adodb stand for?

677


What are the objects of ado.net?

743


Define data adapter?

677


Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.

770


What is oledb driver?

685


How can we check that some changes have been made to dataset since it was loaded?

717


Explain what are the steps to connect to a database?

707


What is the current version of entity framework?

653


What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

764