Paybill.aspx file is used to collect customer contact information like name, address phone no and credit card details. User can select change address option. If user selects changes address option then changeaddress.aspx page will be called after submitting page paybill.aspx. There isn’t any user interface on changeaddress.aspx. After processing changeaddress.aspx page, success message will be displayed on paybill.aspx. we need to write one line of code to process changeaddress.aspx page. This line should be:

Options
- Response.redirect (“changeaddress.aspx”)
- Server.transfer(“changeaddress.aspx”)
- Server.writefile(“changeaddress.aspx”)
- Server.execute(“changeaddress.aspx”)


CORRECT ANSWER : Server.execute(“changeaddress.aspx”)

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement