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 advantages of the code-behind feature?
Explain the use of a CommandBuilder class?
Explain how to store and retrieve images in the SQL server database via VB.NET?
Name the values that can be allocated to a DialogResult property of the Button control?
Explain about several validation controls which are available in ASP.NET AJAX 4.0?
What do you mean by Proxy and how to produce proxy for WCF Services?
Explain DataAdapter class in the ADO.NET?
What is the function of "EnableViewState" property? Why do we require it On or Off?
Explain what is meant by the IL?
List different ways of deployment that are supported by .NET.
18,76,764
1929424 Asked
3,689
Active Tutors
1443641
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!