1 前台代码
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="frmNotice.aspx.vb" Inherits="frmNotice" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>部门通告</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:PlaceHolder ID="PlaceHolder1" runat="server"></asp:PlaceHolder>
</div>
</form>
</body>
</html>
2 后台代码,包括一个定义在公共类的方法和后台代码的调用过程
2.1 公共类定义的方法
Imports Microsoft.VisualBasic
Imports System.Collections
Imports System.Collections.Generic
Imports System.I