Home

What is the correct answer?

4

One difference between ASP.NET and ASP is that ASP is more structure than ASP.NET

A. True

B. False

Correct Answer :

B. False


Related Questions

__________ and __________ event are the two most commonly supported server-side… Web.config file is used... Under Button Click the following code is written1. Dim I =102. MsgBox(I) To set text programmatically without adding extra HTML tags use Cookies can be created with mentioning the expiry dateTrue If someone accidentally deletes the Page Directive of an ASP.NET page… To display HTML tags as it is use Cookies collection is present in Error handling can be done through Global.asax An alternative way of displaying text on web page using .DirectoryInfo gives information about any Directory CDO stands for _________________ . What is used to validate complex string patterns like an e-mail address? ____________ enables you to add, modify and delete records and you will… If passwords are to be sent from one page to another, we can use The code file for WebForm1.aspx will be ___________ Anything appearing after ________ is cleared Which of the following object is not an ASP component? Menus can be added to an ASP.NET Page In the Adrotator XML file ________ is used to mention the file to link… _________ object represents all information sent form a browser to a server __________.CreateObject("ADODB.Connection") creates a new connection. _________ object represents all information sent form a server to a browser How do you get information from a form that is submitted using the "post"… A DataSet can be generated from Can you use client-side event handler and server-side event handler for… Can you have more than one form declaration on a web form? If a page name is WebForm1.aspx and it resides in ../Test/, then it will… You want to ensure that the user ID is saved between requests when the… While redirecting, values can be passed with it