Question: Can some one answer these pleasee 31. What happens when following button is clicked? asp: Button ID-btnCart runatserver Text -Go to Cart CausesValidation-False PostBackUrl=-./Cart.aspx a.

Can some one answer these pleasee  Can some one answer these pleasee 31. What happens when following

31. What happens when following button is clicked? asp: Button ID-"btnCart" runat"server" Text -"Go to Cart" CausesValidation-"False" PostBackUrl="-./Cart.aspx" a. The Cart page in the root directory is displayed. b. The Cart page in the current directory is displayed. c. The Cart page in the directory one level up from the current directory is displayed. d. The Cart page in the directory that's associated with the tilde operator is displayed. 32. Consider the following statement. What directory does the page reside in? Response.Redirect("Secure/IncomeStatement.aspx"); a. The Secure subdirectory of the host's root directory b. The Secure subdirectory of the current directory c. The Secure directory at the same level in the directory structure as the current directory d. The Secure directory one level up from the current directory 33. Which statement best describes the operation of the following code? private SortedList students; if (Session("Students"] == null) Session["Students"] students a. If the session state item named Students doesn't exist, it creates one that contains the students sorted list. b. If the session state object named Students doesn't exist, t cre students sorted list. c. If the session state item named Students is empty, it populates it with the students sorted ist. d. If the session state object named Students is empty, it populates it with the students sorted list 34. Which of the following expressions would you use to get the value of the item that's selected in a list box named lstMonth? a. IstMonth.Items.Selected c. IstMonth.Selected. Value b. IstMonth.Items.Selected. Value d. IstMonth.SelectedValue ates one that contains the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!