• λ我爱Aspx >> Asp.Net >> 关于手写datareader分页程序的一段代码,有点小错误,呵呵,20分表心意!!!!!
  • 关于手写datareader分页程序的一段代码,有点小错误,呵呵,20分表心意!!!!!

  • :aspxer  Դ:csdn  :2007-7-6 2:43:55  ؼ:
  • 主代码是这些:

    google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_color_url = "000000";

    public partial class iframefordiscovery: System.Web.UI.Page

    {

    public string html;

    public OleDbConnection conn;

    int RecordCount, PageCount, CurrentPage, PageSize, startID, endID;

    public void Page_Load(Object sender, EventArgs e)

    {

    if(!IsPostBack)

    {

    PageSize = 15;

    RecordCount = CalculateRecord();

    PageCount = RecordCount / PageSize;

    if (RecordCount % PageSize > 0)

    PageCount = PageCount + 1;

    lblPageCount.Text = PageCount.ToString();

    lblRecordCount.Text = RecordCount.ToString();

    CurrentPage = 0;

    }

    }

    protected void tohtml()

    {

    string startIDt, endIDt;

    startID = 0;

    endID = 0;

    startIDt = Request.Params["sid"];

    Ҷƪл˵?
  • һƪ招聘.NET工程师
    һƪ两个超小问题,请大家看看?