Here are few sample ASP.NET practice test questions
Difference between Response.Write() andResponse.Output.Write().
Options
Response.Output.Write() allows you to buffer output
Response.Output.Write() allows you to write formatted output
Response.Output.Write() allows you to flush output
Response.Output.Write() allows you to stream output
What class does the ASP.NET Web Form class inherit from by default?
Options
System.Web.UI.Page
System.Web.UI.Form
System.Web.GUI.Page
System.Web.Form
What is used to validate complex string patterns like an e-mail address?
Options
Extended expressions
Basic expressions
Regular expressions
Irregular expressions
How do you get information from a form that is submitted using the "post"
method?
Options
Request.QueryString
Request.Form
Response.write
Response.writeln
Click here to start
ASP.NET practice test
More Links
Latest answer: By default, ASP.NET executes in the security
context of a restricted user account on the local machine. However, at times it
becomes necessary to access network resources which require additional
permissions.............
Latest answer: The .NET framework has introduced a concept
called Garbage collector. This mechanism keeps track of the allocated memory
references and releases the memory when it is not in reference..........
Latest answer: Cookies are text files that store information
about the user. A user is differentiated from the other by the web server with
the help of the cookies. It can also determine where the user had been before
with them.............
|