Enable text box to modify character format
In what way we can enable the text box to modify its characters format for a user to enter the password?
Expert
We can set PasswordChar property of a TextBox class to True to enable it to recognize passwords. Code to change a PasswordChar property of a TextBox class is as follows:
textBox1.PasswordChar = '*';
What is HTML server control in ASP.NET?
Is it possible to declare a private class in a namespace?
Illustrate some of the points regarding UserControl in WPF?
How an ellipse is created, which is non- rectangular window?
Write the name of namespaces which are required to allow the use of the databases in the ASP.NET pages?
Illustrate the terms SESSION as well as APPLICATION object?
Write down in brief, the objects in asp.net and state the main purpose of such objects?
Explain the term multilingual Web site?
Write down the benefit of packaging over xcopy in the .NET?
Explain State Management? List the ways to maintain the state in .NET?
18,76,764
1953942 Asked
3,689
Active Tutors
1435126
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!