GSSP-.NET · Question #221
(Topic 2) Holmes works as a Programmer for HiTech Institute. He develops an ASP.NET application named LibraryRecord by using Visual Studio .NET. The LibraryRecord application uses a SQL Server…
The correct answer is B. IsValid. Patrick works as a Software Developer for BlueWell Inc. He develops an ASP.NET named App1 using Visual Studio .NET. The application displays employee registration form on the company's Web site. The form contains the following fields: The application contains a TextBox control…
Question
- (Topic 2)
Holmes works as a Programmer for HiTech Institute. He develops an ASP.NET application named LibraryRecord by using Visual Studio .NET. The LibraryRecord application uses a SQL Server database named Database1. Database1 contains two tables: Students and Books. The Students table comprises three columns: StudentID, StudentName, and BookID. The Books table comprises two columns: BooksID and BooksName. Holmes creates a stored procedure that returns the records of all students who borrowed books from the institute. What will Holmes do to retrieve the records of the issued books most efficiently?
Options
- AEnableViewState
- BIsValid
- CEnableTheming
- DErrorMessage
How the community answered
(42 responses)- A7% (3)
- B71% (30)
- C17% (7)
- D5% (2)
Explanation
Patrick works as a Software Developer for BlueWell Inc. He develops an ASP.NET named App1 using Visual Studio .NET. The application displays employee registration form on the company's Web site. The form contains the following fields: The application contains a TextBox control for each field. Patrick wants the application to provide a user-defined error message whenever an employee makes a wrong entry on the form. Patrick uses a CustomValidator validation control in the application. Which of the following properties is mandatory if the CustomValidator control is used to validate a user input data entry?
Topics
Community Discussion
No community discussion yet for this question.