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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T18:09:26+00:00 2026-05-10T18:09:26+00:00

In a page, on the load event, I am dynamically creating controls for display

  • 0

In a page, on the load event, I am dynamically creating controls for display on the page. This is all working properly. the trouble I am having is when adding extenders from the AJAX control toolkit, specifically I am trying to add rounded corners to a button control. No errors are thrown, but the AJAX Extension functionality does not appear in the displayed page.

Does anyone have any ideas on what I am not doing correctly, or if its even possible?

Dim container As HtmlGenericControl Dim edit As Button Dim editRoundedCorners As AjaxControlToolkit.RoundedCornersExtender   For each item in items             container = New HtmlGenericControl('div')             container.ID = 'container_' & item.code              edit = New Button()             edit.ID = 'edit_' & item.code             edit.Text = 'Edit'             edit.Style('padding') = '0 0 0 4px'             edit.SkinID = 'smallEditButton'              editRoundedCorners = New AjaxControlToolkit.RoundedCornersExtender()             editRoundedCorners.BorderColor = edit.BorderColor             editRoundedCorners.ID = edit.ID & '_RoundedCorners'             editRoundedCorners.Corners = AjaxControlToolkit.BoxCorners.All             editRoundedCorners.Radius = 3             editRoundedCorners.TargetControlID = edit.ID              container.Controls.Add(editRoundedCorners)             container.Controls.Add(edit)             pageContainer.Controls.Add(container) Next 

(pageContainer is a div on the page)

  • 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. 2026-05-10T18:09:26+00:00Added an answer on May 10, 2026 at 6:09 pm

    You cannot apply a RoundedCornersExtender to input elements such as TextBox or Buttons.

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

Sidebar

Related Questions

I've got a web page where I am dynamically creating controls during Page_Load event
I have a ASP table that I create dynamically on the page load event.
I have an aspx page with a gridview. In my page load event, I
i have many events such as $('.hidefile').click(function (event) { On page load and on
When I run the following script, the event always fires on page load. I
I am having a php project in which I am basically dynamically creating hyperlinks
I'm creating a data capturing page with drop down lists that are dynamically filled
In the code HTML+Script below, an event handler is attached after page load using
Having a very strange issue regarding postback in ASP.NET. I have page dynamically populating
I have got this event in my page aspx.cs: public void deleteBtn_Click(object sender, CommandEventArgs

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.