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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:35:38+00:00 2026-05-24T11:35:38+00:00

I have an asp:Panel whose default button is set to Save button of the

  • 0

I have an asp:Panel whose default button is set to Save button of the form. But I want that when the focus is on one specific anchor element in my form, the Enter key should not fire the DefaultButton of Panel. Rather it should fire the Javascript function written inside the href of the anchor, which perfectly works if I just remove the asp:Panel from the form.

I have tried many solutions, but none of them seems to work. Some of them are:-

  1. I capture the focus event of anchor in which I hook another handler for keypress event and use event.preventDefault() so that event is cancelled there only and remove that keypress event on the blur of anchor element. But this does not stop the DefaultButton of Panel from being executed.

  2. Use another asp:Panel inside the outer Panel and set its DefaultButton to the ImageButton which replaces the anchor element(because we can not set DefaultButton to anchor). – But this still fires the DefaultButton of the outside Panel.

What I need is some way to disable the DefaultButton of the outer asp:Panel at the Client Side. Is this possible?

  • 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-24T11:35:39+00:00Added an answer on May 24, 2026 at 11:35 am

    Not quite sure what you are doing, but when you add a DefaultButton attribute to an asp:Panel then it adds something like this to the rendered div:

    onkeypress="javascript:return WebForm_FireDefaultButton(event, 'Button1')"
    

    You can remove that attribute using jQuery by doing something like:

    $("#Panel1").removeAttr("onkeypress");
    

    (Assuming the ClientID of your Panel is Panel1). Hope that is of some help!

    • 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 2.0 page that contains two UpdatePanels. The first panel contains
I'm using asp.net/c# and have a number of Collapsible Panel Extenders that have been
I have asp.net form that contains fields. When I access this window, my javascript
I have a ASP.NET page with an asp:button that is not visible. I can't
I have an asp.net 3.5 update panel and I have a few textboxes that
I'm using an Ajax update panel and have recently added ASP.NET tracing code to
I have a number of asp.net AJAX update panels on a page, that can
I have ASP.NET web pages for which I want to build automated tests (using
I have an Asp.NET application (VS2008, Framework 2.0). When I try to set a
I have an ASP.NET site that I'm developing. The layout is pretty basic. The

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.