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 = '*';
Explain Common Type System (CTS)?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
What improvements are prepared in CAS in .NET 4.0?
Illustrate the terms User Control as well as Custom Control?
Write the difference between the Procedural and Object-oriented programming?
Explain the use of a DropDownStyle property of a ComboBox control?
Explain how would you implement the inheritance by using VB.NET/C#?
Specify advantages of the XML schemas over DTD.
Explain about LinqDataSource control?
Distinguish among javascript and vbscript?
18,76,764
1951717 Asked
3,689
Active Tutors
1416483
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!