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 = '*';
Write the name of namespaces which are required to allow the use of the databases in the ASP.NET pages?
What is the duration for items stored in the ViewState?
Describe the major subsystems of the WPF (Windows Presentation Foundation) in brief?
What is meant by the Managed Extensibility Framework?
How can we programmatically prevent the Combobox from dropping, in the .NET 4.0?
Explain the function of break statement in a switch statement with example?
State various controls of ASP.NET AJAX?
Specify some of the situations in which AJAX cannot be used.
Write the difference between unmanaged and managed code?
How submaster page is differ from the top-level master page?
18,76,764
1957988 Asked
3,689
Active Tutors
1453030
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!