Give one word: What model does ASP.NET request processing is based on__________________? September 13, 2025 by Admin A. Top-down B. Bottom-up C. Waterfall D. Pipeline ✅ The correct answer is option D.
Which of the following is not a member of ADODBCommand object ? September 13, 2025 by Admin A. Open B. ExecuteScalar C. ExecuteReader D. ExecuteStream ✅ The correct answer is option A.
Which of these data source controls do not implement Caching ? September 13, 2025 by Admin A. LinqDataSource B. XmlDataSource C. SqlDataSource D. ObjectDataSource ✅ The correct answer is option A.
How do we create a FileSystemObject ? September 13, 2025 by Admin A. Server.CreateObject(“Scripting.FileSystemObject”) B. Create Object:”Scripting.FileSystemObject” C. Server.CreateObject(“FileSystemObject”) D. Create(“FileSystemObject”) ✅ The correct answer is option A.
In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ? September 13, 2025 by Admin A. The GridView control B. The DetailsView control C. The FormView control D. The Table control ✅ The correct answer is option A.
What is a diffgram ? September 13, 2025 by Admin A. Finds the difference in two objects B. Finds the difference in two files C. The one which renders the dataset object contents to XML D. None of the above ✅ The correct answer is option C.
Which Kind Of data we can store in viewstate ? September 13, 2025 by Admin A. Viewstate can store onlys string B. Viewstate can store anything C. Viewstate can store only serilizable object D. None of these ✅ The correct answer is option C.
The control used in ASP.NET to display information from data set but with better formatting and editing behavior is_______________? September 13, 2025 by Admin A. DataList B. Button C. Panel D. None of the Above ✅ The correct answer is option A.
If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ? September 13, 2025 by Admin A. CompareValidator B. DataList C. Listview D. GridView ✅ The correct answer is option A.
The .NET framework which provides automatic memory management using a technique called _________________? September 13, 2025 by Admin A. Assemblies B. Serialization C. Overriding D. Garbage Collection ✅ The correct answer is option D.