MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    How do you create a TextBox for retrieving a password from a user? | 
                            
| A. | Set TextMode property of the TextBox control to Secret. | 
| B. | Set Mode property of the TextBox control to Password. | 
| C. | Set Text property of the TextBox control to Password. | 
| D. | Set TextMode property of the TextBox control to Password. | 
| Answer» E. | |