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 7602741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:29:20+00:00 2026-05-30T23:29:20+00:00

I am trying to separate all DB calls required by ASCX.cs to call only

  • 0

I am trying to separate all DB calls required by ASCX.cs to call only from ASPX.cs, I am trying it with delegate and events.

my ASCX.cs has

namespace x.xx.xy.xyy.xyyy
{
public partial class PaymentItem : UserControlBase
{      
    public delegate void Handler(Dictionary<string, string> keyvalues);
    public event Handler aPICall;     
}
}

my ASPX.cs has

namespace x.xx.xz.xzz.xzzz
{
public partial class PaymentItemPopUp
{
    protected global::x.xx.xy.xyy.xyyy.PaymentItem ucPaymentItem;

    protected void Page_Load(object sender, EventArgs e)
    {
        this.ucPaymentItem.aPICall += new PaymentItem.Handler(ServiceAPICAll);

    }
protected void ServiceAPICAll(Dictionary<string, string> keyvalues){

}
}
}

I am getting ‘Object reference not set to an instance of an object’ when compiler hits the following line
this.ucPaymentItem.aPICall += new PaymentItem.Handler(ServiceAPICAll);

I suppose the issue from the following line

protected global::x.xx.xy.xyy.xyyy.PaymentItem ucPaymentItem;

any idea?

  • 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-30T23:29:22+00:00Added an answer on May 30, 2026 at 11:29 pm

    It works now.

    I removed designer generated code for my user control in my aspx page

    my ASPX.designer.cs

    //protected global::System.Web.UI.UserControl PaymentItem1;
    

    Then I changed like the following

    my ASPx.cs

    protected global::x.xx.xy.xyy.xyyy.PaymentItem  PaymentItem1; 
    

    My ASPX

    <%@ Register Src="~/_xy/xyy/xyyy/PaymentItem.ascx" TagName="PaymentItem" TagPrefix="uc1"  %>
     <uc1:PaymentItem runat="server" ID="PaymentItem1" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a library to separate all the disk activity out into
Alright so I have been trying to get all of my separate classes (At
I'm trying to basically trying to separate a specific amount of text from the
I am trying to separate all the things that I could reuse in sections,
I am trying to select multiple columns, but not all of the columns, from
I'm trying to add 2 seperate JLabels to 2 seperate JPanels, all within one
I am trying to separate a few things in here. I have a program
I am trying to separate my logic for better readability and re-useability. I am
I trying to set separate style for particular widgets, like for one button with
Trying to create a black line in my view to separate text blocks but

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.