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
What is the use of Dataview?
What is the difference between statement and preparedstatement interface?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are the drawbacks of using ado.net?
What are the differences between OLEDB and SQLClient Providers?
What is two way data binding android?
What is the difference between data grid and data repeater?
What is difference between datareader and dataadapter?
What are datareaders?
What is ado.net object model?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is ado.net tutorial?
What is the difference between Optimistic and Pessimistic locking?
Explain how do you connect to sql server database without using sqlclient?
What is the difference between Dataset. clone and Dataset.copy?