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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:43:29+00:00 2026-05-27T09:43:29+00:00

net/C# application, I have a user control containing a button. I am loading the

  • 0

net/C# application, I have a user control containing a button.

I am loading the control in a PlaceHolder on the main page at runtime.

<asp:PlaceHolder ID="PlaceHolder1" runat="server">

</asp:PlaceHolder>

Code Behind:

MyControl CC = (MyControl)LoadControl("Controls/MyControl.ascx");
PlaceHolder1.Controls.Add(CC);

on the main page I have a text box and a link button. I want to do the following:

When the user clicks on the button in the user control, the textbox value is set to ‘5’ and the link button click event is fired using javascript.

I tried the following but it did not work:

IN THE MAIN PAGE:

<asp:TextBox ID="PageBox" runat="server"></asp:TextBox>
<asp:LinkButton ID="LinkButtonPage" runat="server" onclick="LinkButtonPage_Click" Text="Submit"></asp:LinkButton>

IN THE USER CONTROL:

<script type="text/javascript">
    function SetPage(a) {
        var txtFld = document.getElementById("PageBox");
        txtFld.value = a;
        document.getElementById('LinkButtonPage').click();
        return false;
    }
</script>

<input type="button" id="Button1" onclick="SetPage('5');" value="Submit"/>

But when i click on the button nothig happens.

Thank you for any help

  • 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-27T09:43:30+00:00Added an answer on May 27, 2026 at 9:43 am

    I fixed the problem by adding the function directly in the onclick event of the button

    <input type="button" id="Button1" onclick="document.getElementById('PageBox').value='5';document.getElementById('LinkButtonPage').click();return false;" value="Submit"/>
    
    • 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 MVC application, when a user clicks on the submit button
I am working on an asp.net/C# web application, In the main page: I have
I am using an ASP.Net Web Application project. I have a user control which
I have a Windows Forms application in C# .NET. It contains a user-drawn control
In my ASP.Net application I have a requirement that when a user clicks on
We have an ASP.NET application that manages it's own User, Roles and Permission database
I have a ASP.NET intranet application that has a document library section. The user
I have an 'access denied' problem on an ASP.NET web application, where the user
I have one sharepoint custom page application which is rendering from a user control.
(New to ASP.NET here.) I have a user control which should check for a

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.