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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:04:32+00:00 2026-05-26T09:04:32+00:00

Folks, I have an MVC3 data entry form scenario that involves asking the user

  • 0

Folks,

I have an MVC3 data entry form scenario that involves asking the user to confirm something after client-side validation has been satisfied, but before the post to the server.

Is there a way to insert some javascript into the sequence of events after the validation framework gives the go-ahead to post back, but before the post back happens?

(And of course if the user declines the confirmation, the post back has to cancel, too. )

Many thanks.

  • 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-26T09:04:32+00:00Added an answer on May 26, 2026 at 9:04 am

    You could subscribe for the .submit event of the corresponding form and check if it is valid:

    $(function() {
        $('form').submit(function() {
            if ($(this).valid()) {
                // client validation passed successfully
            } else {
                alert('there was an error during client validation');
                // cancel the submission of the form
                return false;
            }
        });
    });
    

    or if you don’t want to subscribe for the submission of the form and you want to verify if client validation passes for a given form you could always check like this:

    var isValid = $('#someFormId').valid();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Folks I have a temperature data for ever zone in a building, something like
I am curious what strategies folks have found for unit testing a data access
Folks, I'm working on a little piece of rich client software that I'd like
Hi there folks I have a jquery script to submit a form and if
Do folks have any guidance on when a simple .NET property that fires INotifyPropertyChanged.PropertyChanged
Curious whether folks have setup 2 way transactional replication on the tables ASP.NET uses
hi folks i have a subroutine called CheckDate() in the code behind. How would
Folks, We have been using OpenXml APIs found in System.IO.Packaging for creating a package
Folks, I have a problem. I am a writing a script in python which
So I have this function that forks N number of child processes. However it

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.