Question: There are comments in the code that show where to add the code for the questions. Add a new button labeled Scramble with the id

There are comments in the code that show where to add the code for the questions.

  1. Add a new button labeled "Scramble" with the id btnScramble.
  2. Add a JavaScript function, btnScramble.click().
  3. Have the JavaScript function call the method Scramble on GetReply.aspx.cs.
  4. You are encouraged to start from btnAJAXGet.click(), which is already coded for you in Defualt.aspx. Please make a copy of btnAJAXGet.click(),to change for btnScramble.

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<%-- Based heavily on the sample project from http://encosia.com/using-jquery-to-directly-call-aspnet-ajax-page-methods/ --%>

CIS 235 AJAX Examples

AJAX Request to another page, with data



User names: nana, student, and amin are valid.

All others are invalid.

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!