Showing posts with label ASP.Net Questions. Show all posts
Showing posts with label ASP.Net Questions. Show all posts

What’s the difference between Response.Write() and Response.Output.Write()?

A.  The First one allows you to write formatted output.
B.  The latter one allows you to write formatted output.
C.  No Difference
D.  The latter one allows you to write unformatted output.

Ans: The latter one allows you to write formatted output.

In which of the following format, output will be rendered to browser When an .aspx page is requested from the web server?

A.  JSP
B.  WML
C.  XML
D.  HTML

Ans: HTML


Which of the following languages are used to write server side scripting in ASP.NET? | ASP.Net Questions

A.  C-sharp
B.  VB
C.  Both C-sharp and VB
D.  C++

Ans: Both C-sharp and VB