Describe what happens when a user clicks the Submit button on a Web page.

What will be an ideal response?


When a user clicks the Submit button on a Web page, the page and data are submitted to the server for processing. Using Web terminology, the information is "posted back" to the server for processing; this event is referred to as a postback. When the server receives the information, it executes the Visual Basic code associated with the Web page. It then sends back the appropriate HTML, which now includes the result of processing the code and data, to the client for rendering in the browser window.

Computer Science & Information Technology

You might also like to view...

Java has two basic kinds of numeric values: _____________, which have no fractional part, and ___________________ which do.

a) shorts, longs b) doubles, floating points c) characters, bytes d) integers, floating points e) integers, longs

Computer Science & Information Technology

As you begin your presentation, you should let the audience know your purpose and provide them with an overview of your presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

The default display of gridlines in Excel is to display the major gridlines and hide the minor gridlines

Indicate whether the statement is true or false

Computer Science & Information Technology

Explain how to review a document for spelling and grammar

What will be an ideal response?

Computer Science & Information Technology