Software Engineering Mcqs » ASP.net
How do you register a user control ?

A. Add source, tag prefix
B. Add tag prefix, tag name
C. Add src, tagprefix, tagname
D. None of these

Select the type Processing model that asp.net simulate ?

A. Static
B. Linear
C. Topdown
D. Event-driven

Which of these data source controls do not implement Caching ?

A. Linqdatasource
B. Xmldatasource
C. Sqldatasource
D. Objectdatasource

Which of the following is a requirement when merging modified data into a DataSet ?

A. The dataset schemas must match in order to merge
B. The destination dataset must be empty prior to merging
C. A primary key must be defined on the datatable objects
D. A dataset must be merged into the same dataset that created it.

Where we can assign value to Static read only member variable of a static class ?

A. Parameterized constructor
B. On click of button
C. Global.asax
D. Default constructor

An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ?

A. The customer can run on any platform.
B. Such a situation cannot happen at all
C. The customer must be having technology that run asp.
D. None of the above

Who can access Session state variables ?

A. All users within a single tunnel
B. All users of an application
C. A single session
D. All of the above

We can manage states in asp.net application using_______________?

A. Session objects
B. Application objects
C. Viewstate
D. All of the above