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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:53:57+00:00 2026-05-23T09:53:57+00:00

I have a user control that I’m adding to a webpage dynamically. The ascx

  • 0

I have a user control that I’m adding to a webpage dynamically. The ascx has a couple of controls that I want to have access to at runtime. I can access the ascx itself, but none of the controls on the ascx are available. I have tried adding a simple public variable and also tried adding a public property to the ascx, but I am unable to get access to either of them at design time (compile errors). I would appreciate any ideas – I’m stuck… 🙂

I added the following to the code-behind of the ascx control:

Public Property areaCode() As String
        Get
            Return iebEmpPhoneAreacode.Text
        End Get
        Set(ByVal value As String)
            iebEmpPhoneAreacode.Text = value
        End Set
    End Property

Public AreaCodeStr As String = ""

and am trying to use variations of the following to access the property/ascx controls:

For Each ctrl As Control In pnlPhones.Controls
    If ((TypeOf ctrl Is ctrlPhone) And (ctrl.ID = vbNullString)) Then
        (DirectCast(ctrl, ctrlPhone)).AreaCodeStr = "test"

        'or try this

        ctrl.areaCode = "test"
    End If
Next
  • 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-23T09:53:57+00:00Added an answer on May 23, 2026 at 9:53 am

    The hosting page should have an @Reference Directive pointing to the loaded ascx so it will be compiled with the page.

    Something like:

    <%@ Reference VirutalPath="YourReferenceControl.ascx" %>
    

    This should go in the directives area somewhere below the @Page directive.

    http://msdn.microsoft.com/en-us/library/w70c655a.aspx

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

Sidebar

Related Questions

I have a user control that is pretty basic. It contains several TextBox controls,
I want to have a User Control that takes a collection of People (property
I have a web user control that contains several other (web user) controls and
I have a user control that I'm building. It's purpose is to display the
i have a user control that descends from UserControl. When dropped onto the form
I currently have a user control that is used on both an /Address/Edit and
I have a view user control that can post form. This control can be
I have a custom user control that contains asp:ValidationSummary . It is placed on
I have an ASP.NET user control that contains a text box control and a
I have a page that contains a user control that is just a personalized

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.