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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:40:27+00:00 2026-05-12T18:40:27+00:00

i want to create a modalpopup dynamically but i come across a problem.I pasted

  • 0

i want to create a modalpopup dynamically but i come across a problem.I pasted my sub here and i dont know what to do for that problem.When i want to show modalpopup,it says
“Control ‘mdldelete2’ of type ‘ModalPopupExtender’ must be placed inside a form tag with runat=server.” How can i solve this?

Public Sub Raise_Alarm(ByRef p_Page As Page, 
                       ByRef p_AssignedButton As System.Web.UI.WebControls.Button,
                       ByVal p_Message As String)

    Dim mdldelete2 As Global.AjaxControlToolkit.ModalPopupExtender = 
                        p_Page.Page.FindControl("mdldelete2")

    If mdldelete2 Is Nothing Then
        mdldelete2 = New Global.AjaxControlToolkit.ModalPopupExtender
    End If

    With mdldelete2

        .TargetControlID = p_AssignedButton.ID
        .PopupControlID = "pnlDelete"
        .ID = "mdldelete2"
        .BackgroundCssClass = "modalBackground"
        .OkControlID = "btnDeleteOk"
        .CancelControlID = "btnDeleteCancel"
    End With

    p_Page.Controls.Add(mdldelete2)

    Dim mylabel As Label
    mylabel = p_Page.FindControl("lblStatus")

    mylabel.Text = p_Message
    mdldelete2.Show()

End Sub
  • 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-12T18:40:28+00:00Added an answer on May 12, 2026 at 6:40 pm

    Really, you should be adding the mdldelete2 control to the Controls collection of the Form control, rather than the Page directly – that might help.

    I often find it’s easier to add a PlaceHolder control to the page for this sort of thing – it doesn’t add anything directly to the page, but gives you a named container to find and add controls to.

    Also, just a point – if you did find an instance of the control with the Page.FindControl method, then you don’t need to add it to a form collection again, as it’s already in there.

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

Sidebar

Related Questions

i want create date validation but not know why return is false? $data_go =
I want to create a client side mail creator web page. I know the
I want to create a function that performs a function passed by parameter on
I want to create a simple http proxy server that does some very basic
I want to create dynamic content based on this. I know it's somewhere, as
I want create own SetupTypeDlg using wix default dialogs to show the disk costs
I want create constructor that will take one or more integers and save it
I want create object from Canvas3D class(in java) but my Compiler doesn't have this
I want create a query that creates a calculated field ANSWER_SCORE which it then
Hi I want create an applet, and when I'm running it don't show anything

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.