Using System;
Using System. Collections;
Using System. ComponentModel;
Using System. Data;
Using System. Drawing;
Using System. Web;
Using System. Web. SessionState;
Using System. Web. UI;
Using System. Web. UI. WebControls;
Using System. Web. UI. HtmlControls;
Using System. IO;
Namespace MegaBBS. SendMail
{
/// <Summary>
/// Summary of WebForm4.
/// </Summary>
Public class WebForm4: System. Web. UI. Page
{
Private void Page_Load (object sender, System. EventArgs e)
{
// Place user code here to initialize the page
If (! This. IsPostBack)
{
BindData ();
}
}
# Code generated by region Web Form Designer
Override protected void OnInit (EventArgs e)
{
//
// CODEGEN: This call is required by the ASP. NET Web form designer.
//
InitializeComponent ();
Base. OnInit (e );
}
/// <Summary>
/// The designer supports the required methods-do not use the code editor to modify
/// Content of this method.
/// </Summary>