using System; using System.Collections ; using System.Data; using System.Data.SQL; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Drawing ;
public class Forum : Page {
//public Image imgIfNew ; public Label lblForumName ; public HyperLink linkMaster ; public Label lblForumName1 ; public ImageButton btnPostNew ; public ImageButton btnPostNew1 ; public Label lblTopicCounts ; public Label lblTopicCounts1 ; public Label lblPerPage ; public Label lblPosition ; public HtmlImage imgOICQ ; public HyperLink linkFirstPage ; public HyperLink linkPrevPage ; public HyperLink linkNextPage ; public HyperLink linkLastPage ; public HyperLink linkFirstPage1 ; public HyperLink linkPrevPage1 ; public HyperLink linkNextPage1 ; public HyperLink linkLastPage1 ; public DropDownList selChangeForum ; //转换版面下拉框
public Table tblTopic ;
public void Page_Load(Object sender , EventArgs e) { Int32 intForumID = new Int32(); Int32 intPageNo = new Int32() ; int intPageSize = 20 ; int intPageCount = 0 ; int intTopicCounts = 0 ;
//--edit by bigeagle 2000/10/25------------------ // if (session["LoginID"] == null ) // { // Response.Redirect("login.aspx") ; // } //-----------------------------------------------