Home

What is the correct answer?

4

In ASP.NET, the default method of a form is

A. Get

B. Post

Correct Answer :

B. Post


Related Questions

____________ enables you to add, modify and delete records but you won't… To make an HTML control behave as a Server control, ___________ option… ____________ converts virtual path to default path In case of a CompareValidator, a TextBox's value can be compared to an… How can you check if the page is visited for the first time For Adrotator control the XML file is mentioned through ________ property CDO stands for _________________ . To write a root tag say '<details>' through ASP.NET use Web.config file is used... You have an image that is clickable and you want a pop-up window to display… In ASP.NET if a file is saved, it is save only in the server machine. If a Table controls name is Table1, to access value from its second row,… Anything appearing before ________ is cleared ___________ controls how proxy servers temporarily store web pages The default method of a WebForm is To display HTML tags as it is use Under Button Click the following code is written1. Dim I =102. MsgBox(I) _________ object represents all information sent form a server to a browser _________ object represents all information sent form a browser to a server Menus can be added to an ASP.NET Page To count how many users have logged in the web site till date use If passwords are to be sent from one page to another, we can use In ASP.NET a page is inherited from System.Web.UI.Page. Here UI means To count the number of times an user visited a page, use The code file for WebForm1.aspx will be ___________ ASP.NET if fully compatible with ASP An error handling is Structured when we use You want to ensure that the user ID is saved between requests when the… A _____________ is a logical naming scheme for grouping related types… Can you use client-side event handler and server-side event handler for…