ASP.NET Knowledge based Questions…

stem_text When a Web page uses a master page to help define its

layout and functionality, it is known as a _________ page. m

opt1_txt 1, Web Farm m

opt2_txt 2, Content m

opt3_txt 3, Web Form m

opt4_txt 4, Nested Master m

Solution 2

stem_text Using which of the following can you maintain the state data

of your web server control, even when the ViewState property

is disabled for the page? m

opt1_txt 1, ControlState data m

opt2_txt 2, Session.Start m

opt3_txt 3, Application.Start m

opt4_txt 4, StateServer Mode m

solution 1

stem_text Which of the following data-bound controls displays one or

more records from a data source, one record at a time? m

opt1_txt 1, GridView Control m

opt2_txt 2, TreeView Control m

opt3_txt 3, DetailsView Control m

opt4_txt 4, DataList Control m

solution 3

stem_text Which of the following controls features hierarchical data-

binding and may be bound to an XmlDataSource or a

SiteMapDataSource? m

opt1_txt 1, DropDownList Control m

opt2_txt 2, Menu Control m

opt3_txt 3, DataList Control m

opt4_txt 4, GridView Control m

solution 2

stem_text Which of the following classes provides methods for creating,

deleting, and updating user accounts, authenticating users,

and managing passwords? m

opt1_txt 1, Members Class m

opt2_txt 2, Membership Class m

opt3_txt 3, Member Class m

opt4_txt 4, FormsAuthentication Class m

solution 2

stem_text Which of the following data-bound controls displays multiple

records, typically in a table and does not provide a

predetermined layout for the data. m

opt1_txt 1, Menu Control m

opt2_txt 2, DataList Control m

opt3_txt 3, GridView Control m

opt4_txt 4, DetailsView Control m

solution 2

stem_text Which of the following uses a separate resource file for each

culture? m

opt1_txt 1, Globalization m

opt2_txt 2, Implicit Localization m

opt3_txt 3, Explicit Localization m

opt4_txt 4, Localization m

solution 2

--Nikhil Kumar