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
The Programmer's Introduction to Visual Basic. NET
The Programmer's Introduction to 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 <%@ Register TagPrefix="cc1" namespace="DPM" Assembly="DPM" %>
  2 <%@ Page Language="vb" AutoEventWireup="false" Codebehind="PopMail.aspx.vb" Inherits="Article1.PopMail2" %>
  3 <cc1:alliance id="Alliance2" 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 Stats"></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">
  34           <asp:tablerow>
  35             <asp:tablecell HorizontalAlign="Right">Message Count :</asp:tablecell>
  36             <asp:tablecell id="MsgCount">&nbsp;</asp:tablecell>
  37           </asp:tablerow>
  38           <asp:tablerow>
  39             <asp:tablecell HorizontalAlign="Right">MailBox Size :</asp:tablecell>
  40             <asp:tablecell id="MsgBoxSize">&nbsp;</asp:tablecell>
  41           </asp:tablerow>
  42           <asp:tablerow BackColor="#ff3366">
  43             <asp:tablecell Width="50%" HorizontalAlign="Center">Message ID</asp:tablecell>
  44             <asp:tablecell Width="50%" HorizontalAlign="Center">Message Size</asp:tablecell>
  45           </asp:tablerow>
  46         </asp:table></td>
  47     </tr>
  48   </table>
  49 </form>
  50 <cc1:alliance id="Alliance1" runat="server" Type="Bottom"></cc1:alliance>
PopMail.aspxGenerated using CodeView
 Copyright © 2000-2003 ASPAlliance.com  Page Rendered at 11/22/2009 5:32:59 PM