If you enable the smart page navigation the number of round-trips is decreased.
To enable smart navigation in your evaluation modify the first few lines of your web form so that they have
the smart navigation directive enabled such as this:
<%@ Page language="c#" SmartNavigation="true"
Codebehind="WebForm3.aspx.cs" AutoEventWireup="false"
Inherits="SnowflakeTest.WebForm3" %>
|
|