πŸ“Š .NET Programming
Q. Which is not an ADO.NET DataAdapter Object?
  • (A) OleDbDataAdapter
  • (B) SQLDataAdapter
  • (C) QueryDataAdapter
  • (D) Both a and b.
πŸ’¬ Discuss
βœ… Correct Answer: (C) QueryDataAdapter
πŸ“Š .NET Programming
Q. Where does a web application reside?
  • (A) Web client
  • (B) Web server
  • (C) Visual Studio .NET
  • (D) Both a and b
πŸ’¬ Discuss
βœ… Correct Answer: (B) Web server
πŸ“Š .NET Programming
Q. Which is an example of a web document?
  • (A) Server script
  • (B) Web page
  • (C) Client browser
  • (D) Both a and b.
πŸ’¬ Discuss
βœ… Correct Answer: (D) Both a and b.
πŸ“Š .NET Programming
Q. A postback occurs when:
  • (A) a browser posts a form to the server.
  • (B) a user’s action activates the handing of a server event.
  • (C) a server posts a form to the client.
  • (D) Both a and b.
πŸ’¬ Discuss
βœ… Correct Answer: (D) Both a and b.
πŸ“Š .NET Programming
Q. Which set of symbols are used to signify the presence of ASP.NET code?
  • (A) <@
  • (B) <#
  • (C) <$
  • (D) <%
πŸ’¬ Discuss
βœ… Correct Answer: (D) <%
πŸ“Š .NET Programming
Q. Which is the file extension used for an ASP.NET file?
  • (A) asn
  • (B) asp
  • (C) aspn
  • (D) aspx
πŸ’¬ Discuss
βœ… Correct Answer: (D) aspx
πŸ“Š .NET Programming
Q. What is the extension for a Visual Basic web form interface file?
  • (A) .asp
  • (B) .aspx
  • (C) .asp.vb
  • (D) .aspx.vb
πŸ’¬ Discuss
βœ… Correct Answer: (B) .aspx
πŸ“Š .NET Programming
Q. When an ASP.NET file is placed on an IIS server and viewed through a browser, the resulting HTMLpage contains:
  • (A) all ASP.NET code.
  • (B) as much ASP.NET code as is in the ASP.NET file.
  • (C) a mix of ASP.NET and HTML code.
  • (D) all HTML code.
πŸ’¬ Discuss
βœ… Correct Answer: (D) all HTML code.
πŸ“Š .NET Programming
Q. What is the extension for a Visual Basic web form code file?
  • (A) .asp
  • (B) .aspx
  • (C) .asp.vb
  • (D) .aspx.vb
πŸ’¬ Discuss
βœ… Correct Answer: (D) .aspx.vb
πŸ“Š .NET Programming
Q. Which HTML tag creates a link to another browser page?
  • (A) A href
  • (B) A ref
  • (C) An href
  • (D) An ref
πŸ’¬ Discuss
βœ… Correct Answer: (A) A href

Jump to