<%@ Page Language=VB Debug=true %><%@ Import Namespace="System.Web.Mail" %>File Request Sample Site id="lblMessage1" runat="Server" Text="Enter Your Name"/> id="txtName" runat="server" MaxLength=50/> id="lblMessage2" runat="Server" Text="And Your Email Address"/> id="txtEmailAddress" runat="server" MaxLength=50/> id="lblMessage3" runat="Server" Text="Select the file you wish to download"/> id="ddlFile" runat="server"> Value="Catalog.txt" Text="Catalog" /> Value="StoreLocations.txt" Text="Store Locations" /> id="butOK" text="Send File" Type="Submit" OnClick="SubmitBtn_Click" runat="server"/>