Placement papers on ASP.NET - Set 2

Placement papers on ASP.NET - Set 2


1. The ________________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues.

CurrentUICulture
CurrentCulture
View Answer / Hide Answer

ANSWER: CurrentCulture




2. Where do we include the user lists for windows authentication?

< Credential>
< authorization>
< identity>
< authentiation>
View Answer / Hide Answer

ANSWER: < authorization>




3. Where do we include the user lists for Form authentication?

< credential>
< authorization>
< Identity>
< authentication>
View Answer / Hide Answer

ANSWER: < credential>




4. Which of the following authentication is best suited for a corporate network?

Windows
Form
User
All
View Answer / Hide Answer

ANSWER: Windows




5. _____________is a property common in every validation control.

ValidationExpression
InitialValue
ValueToCompare
ControlToCompare
ControlToValidate
View Answer / Hide Answer

ANSWER: ControlToValidate




6. Which one of the following is used to obtain performance information about a Web Application?

Performance Counters
Data Performance Counters
Web Performance Counters
Data Readers
View Answer / Hide Answer

ANSWER: Performance Counters




7. ______________is the first method that is fired during the page load.

PreRender()
Load()
Unload()
Init()
View Answer / Hide Answer

ANSWER: Init()




8. What namespace does the Web page belong in the .NET Framework class hierarchy?

System.Web.Control
System.Web.RootBuilder
System.Web.UserControl
System.Web.UI.Page
View Answer / Hide Answer

ANSWER: System.Web.UI.Page




9. ______________ is the DataType return in IsPostback property.

bit
boolean
int
object
string
View Answer / Hide Answer

ANSWER: boolean




10. ____________ is the Microsoft IIS server running, handling ASP.NET requests among other things

aspnet_isapi.dll
aspnet_wp.exe
inetinfo.exe
View Answer / Hide Answer

ANSWER: inetinfo.exe


Post your comment