ASPAlliance.com : The #1 Active Server Pages .NET Community The #1 ASP.NET Community
Search   Search

Subscribe   Subscribe

Powered by ORCSWeb Hosting


Site Stats


Powered By ASP.NET
 
Featured Sponsor

Featured Columnist


Featured Book
Building Distributed Applications with Visual Basic.NET
Building Distributed Applications with Visual Basic.NET

Find Prices
Sample Chapter


New! asp.netPRO

We publish our articles in the standard RSS format.

Powerful .NET Email Component

Code Sharing Software
PopMail.aspx by Damian Manifold
  1 <%@ Page Language="vb" AutoEventWireup="false" Codebehind="PopMail.aspx.vb" Inherits="Article1.PopMail4" %>
  2 <%@ Register TagPrefix="cc1" namespace="DPM" Assembly="DPM" %>
  3 <cc1:alliance id="Alliance1" runat="server"></cc1:alliance>
  4 <form id="Form1" method="post" runat="server">
  5   <table width="100%">
  6     <tr>
  7       <td align="right" width="50%">Server :</td>
  8       <td align="left" width="50%">
  9         <asp:textbox id="Srv" runat="server" Width="328px"></asp:textbox>
  10       </td>
  11     </tr>
  12     <tr>
  13       <td align="right" width="50%">User :</td>
  14       <td align="left" width="50%">
  15         <asp:textbox id="Usr" runat="server" Width="328px" Wrap="False"></asp:textbox></td>
  16     </tr>
  17     <tr>
  18       <td align="right" width="50%">Password :</td>
  19       <td align="left" width="50%">
  20         <asp:textbox id="Passwd" runat="server" Width="328px" TextMode="Password"></asp:textbox></td>
  21     </tr>
  22     <tr>
  23       <td align="right" width="50%"></td>
  24       <td align="left" width="50%">
  25         <asp:button id="Button1" runat="server" Text="Get Mail"></asp:button></td>
  26     </tr>
  27     <tr>
  28       <td align="middle" colSpan="2">
  29         <asp:literal id="Answer" runat="server" Text="&amp;nbsp;"></asp:literal></td>
  30     </tr>
  31     <tr>
  32       <td align="middle" colSpan="2">
  33         <asp:table id="AnswerTable" runat="server" Visible="false" BackColor="LightGrey"></asp:table></td>
  34     </tr>
  35   </table>
  36 </form>
  37 <cc1:alliance id="Alliance2" runat="server" Type="Bottom"></cc1:alliance>
PopMail.aspxGenerated using CodeView
 Copyright © 2000-2003 ASPAlliance.com  Page Rendered at 11/22/2009 5:04:15 PM