Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4259152
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T05:44:42+00:00 2026-05-21T05:44:42+00:00

Another .net newbie question I created a class that inherits System.Web.UI.Page with the intention

  • 0

Another .net newbie question

I created a class that inherits System.Web.UI.Page with the intention of overriding the preload and Unload functions. But Visual Studios complains I can’t override because “System.Web.UI.Page.PreLoad” is not a function. What’s wrong with my code? Here it is:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
using System.Configuration;

public partial class BTPage : System.Web.UI.Page
{
    protected SqlConnection cnx;

    public override void PreLoad(object sender, EventArgs e)
    {
        cnx = new SqlConnection(ConfigurationManager.AppSettings["btdatabase"]);
        cnx.Open();
    }

    protected void Unload(object sender, EventArgs e)
    {
        cnx.Close();
    }
}

If there’s anything else alarming about my code, please tell me. I’m new to .Net and I’m not sure if I’m doing things in the “.NET way”.

What I also want to do is have every web page inherit from BTPage so that they all open a connection to the database on preload.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T05:44:43+00:00Added an answer on May 21, 2026 at 5:44 am

    PreLoad is not a method of the Page type. You need to override OnPreLoad

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET page that uses a repeater nested within another repeater to
Can I expose a class from another .net namespace as a class in my
Here's another C#/.NET question based merely on curiousity more than an immediate need ...
I have a .NET project which references another assembly that is built outside of
Ok another WPF question, well I guess this is just general .NET. I have
I have a newbie question. If in my asp.net application I need to query
Im currently working on a c# project that uses another .net library. This library
In .Net you can read a string value into another data type using either
There's another post on SO relating to .NET -- not us. Pure PHP. Trying
I want to make a .NET Form as a TopMost Form for another external

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.