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 2. Where do we include the user lists for windows authentication?
< Credential>
< authorization>
< identity>
< authentiation>
View Answer / Hide Answer 3. Where do we include the user lists for Form authentication?
< credential>
< authorization>
< Identity>
< authentication>
View Answer / Hide Answer 4. Which of the following authentication is best suited for a corporate network?
Windows
Form
User
All
View Answer / Hide Answer 5. _____________is a property common in every validation control.
ValidationExpression
InitialValue
ValueToCompare
ControlToCompare
ControlToValidate
View Answer / Hide AnswerANSWER: 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 AnswerANSWER: Performance Counters
7. ______________is the first method that is fired during the page load.
PreRender()
Load()
Unload()
Init()
View Answer / Hide Answer 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 AnswerANSWER: System.Web.UI.Page
9. ______________ is the DataType return in IsPostback property.
bit
boolean
int
object
string
View Answer / Hide Answer 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