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

  • Home
  • SEARCH
  • 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 8618529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:07:54+00:00 2026-06-12T06:07:54+00:00

I have UserControl that has few fields (address, suburb, etc) and a SubmitButton, once

  • 0

I have UserControl that has few fields (address, suburb, etc) and a SubmitButton, once the Submit Button is pressed, a post back goes to the server and I save the details entered to a session to store it into the database at later stage.

All works fine on my local machine, and on my team members machines as well.
However, once I deploy to the server, the Button Click does not work.
When I click the button it posts back (reloads the page) but it never hits my event handler.

I had few validation on the page. I tried removing them all and still did not help.
I Suspected server settings, so I deployed to another server (GoDaddy and CrazyDomains) and the same problem happens.

To make it more complicated, in few instances, it works on the Server fine.
I am running .NET 4.0 and VS 2010

Any help would be highly appreciated.
Thanks

<div class="clear" style="padding-top: 20px;">
  <asp:Button runat="server" 
              ID="SubmitButton" 
              OnClick="SubmitButtonClick" 
              Text="View Plans" 
              Width="150px" 
              CssClass="NextButton CompareButton"/>
</div>

The event handler

protected void SubmitButtonClick(object sender, EventArgs e)
{
  // doing my form data saving here 
  // not hitting this point
  Response.Redirect("http://google.com");
}
  • 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-06-12T06:07:55+00:00Added an answer on June 12, 2026 at 6:07 am

    I found the issue was that we forgot to switch off the tracing tag in the Web.Config

     <trace enabled="true" requestLimit="40" localOnly="false" Output="false" />
    

    So although it was working locally (because it was in Debug mode) it did not work on the server

    The other issue was, because we were using these pages in iFrames we need to avoid

     Response.Redirect()
    

    And needed to add a privacy policy to the pages so that they can be trusted by Web browsers, like this:

     response.addHeader("P3P","CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"")
    

    Hope this can be of some help to somebody else

    • 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 has a few public properties, one is an
I have a UserControl that has a BaseClass object as a public member. Right
I have created a UserControl that has 3 panels. What I what to do
Suppose I have a UserControl whose DataContext is set to an object that has
I have an UserControl that contains a Button : <UserControl> <Button> </UserControl> I want
I have a usercontrol that hides a div when a button is clicked. <asp:LinkButton
we have a UserControl to handle User cancellations, that is used in a few
i have an usercontrol that has a public event. when i use this user
In other words, I have a UserControl that has, for example, a label on
I have an ASP.Net application that has a UserControl that needs to be rendered

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.