1000+ Asp.Net Multiple Choice Questions with Answers Pdf - 1

Question: 1

How do we Delete, Update, Select data in a Dataset?

(A) Using SQLCommand

(B) Using SQLDataReader

(C) Using SQLDataAdapter

(D) None of these

Ans: C

Using SQLDataAdapter

Question: 2

Which of the following is not a valid state management tool?

(A) Application state

(B) Hidden form field

(C) Querystate

(D) Cookies

Ans: C

Querystate

Question: 3

What data types do a Rangevalidator supports?

(A) Integer

(B) String

(C) Date

(D) All of these

Ans: D

All of these

Question: 4

The .NET framework provides a runtime environment called

(A) RC

(B) RCT

(C) CLR

(D) RMT

Ans: C

CLR

Question: 5

Who can access Session state variables?

(A) All users within a single tunnel

(B) A single session

(C) All users of an application

(D) None of these

Ans: B

A single session

Related Questions
Read More Engineering Topics