Shortcut Navigation:
Page Content
Site Navigation
Footer
Create
This
Quiz
Hello Guest,
100 points
Quiz
Survey
Challenge
Quizific is the easiest free and fun way to take or make a quiz or survey
About
Help
Contact/Follow >
Tag Cloud
Our Competition
Sitemap
Thanks!
Stats
Contact Us
Facebook
Twitter
Google+
Temporary Profile
Forgot Password?
Create Account
Profile
Logout
ASP.NET Quiz
Which of the following languages can be used to write server side scripting in ASP.NET?
C-sharp
VB
C++
a and b
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.
HTML
XML
WML
JSP
The Asp.net server control, which provides an alternative way of displaying text on web page, is
< asp:label >
< asp:listitem >
< asp:button >
The first event to be triggered in an aspx page is.
Page_Load()
Page_Init()
Page_click()
Postback occurs in which of the following forms.
Winforms
HTMLForms
Webforms
What namespace does the Web page belong in the .NET Framework class hierarchy?
System.web.UI.Page
System.Windows.Page
System.Web.page
Which method do you invoke on the Data Adapter control to load your generated dataset?
Fill( )
ExecuteQuery( )
Read( )
How do you register a user control?
Add Tag prefix, Tag name
Add Source, Tag prefix
Add Src, Tagprefix, Tagname
Which of the following is true?
User controls are displayed correctly in the Visual Studio .NET Designer
Custom controls are displayed correctly in VS.Net Designer
User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
To add a custom control to a Web form we have to register with.
TagPrefix
Name space of the dll that is referenced
Assemblyname
All of the above
Custom Controls are derived from which of the classes
System.Web.UI.Webcontrol
System.Web.UI.Customcontrol
System.Web.UI.Customcontrols.Webcontrol
How ASP.Net Different from classic ASP?
Scripting is separated from the HTML, Code is interpreted seperately
Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
Code is separated from the HTML and interpreted Code is interpreted separately
What's the difference between Response.Write() andResponse.Output.Write()?
Response.Output.Write() allows you to flush output
Response.Output.Write() allows you to buffer output
Response.Output.Write() allows you to write formatted output
Response.Output.Write() allows you to stream output
Why is Global.asax is used?
Implement application and session level events
Declare Global variables
No use
There can be more than 1 machine.config file in a system
True
False
What is the extension of a web user control file?
.Asmx
.Ascx
.Aspx
Which of the following is true?
IsPostBack is a method of System.UI.Web.Page class
IsPostBack is a method of System.Web.UI.Page class
IsPostBack is a readonly property of System.Web.UI.Page class
The number of forms that can be added to a aspx page is.
1
2
3
More than 3
How do you manage states in asp.net application
Session Objects
Application Objects
Viewstate
All of the above
Which property of the session object is used to set the local identifier?
SessionId
LCID
Item
Key
Select the caching type supported by ASP.Net
Output Caching
DataCaching
a and b
none of the above
Where is the default Session data is stored in ASP.Net?
InProcess
StateServer
Session Object
al of the above
Select the type Processing model that asp.net simulate
Event-driven
Static
Linear
Topdown
Does the EnableViewState allows the page to save the users input on a form?
Yes
No
Which DLL translate XML to SQL in IIS?
SQLISAPI.dll
SQLXML.dll
LISXML.dll
SQLIIS.dll
What is the maximum number of cookies that can be allowed to a web site?
1
10
20
More than 30
Select the control which does not have any visible interface.
Datalist
DropdownList
Repeater
Datagrid
How do you explicitly kill a user session?
Session.Close( )
Session.Discard( )
Session.Abandon
Session.End
Session.Exit
Which of the following is not a member of ADODBCommand object?
ExecuteReader
ExecuteScalar
ExecuteStream
Open
CommandText
Please fix these errors before submitting your responses
Please wait, your data is being saved...