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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:19:10+00:00 2026-06-08T21:19:10+00:00

I use an Ajax Toolkit modal pop-up extender to pop-up a form for collecting

  • 0

I use an Ajax Toolkit modal pop-up extender to pop-up a form for collecting information from the user. I intend to send the data collected from the user to the code behind for saving into the database on click of the submit button on that form. I found out, however, that the submit button is not posting back to the saver at all.

I do not want to use any client side coding or a web service.

Is it in any way possible to do post back on a modal pop?

  • 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-08T21:19:13+00:00Added an answer on June 8, 2026 at 9:19 pm

    There are two solutions of your problem:

    1. Create form with asp:button in a div, initially set it’s display none. At the time of popup just make it visible you can set it’s position as your requirement. Then after click on submit button it will behave normally and redirect your page.

    2. It is by using jQuery and Ajax. Create a html form and on submit call a JavaScript function
      JavaScript function :-

       function on_submit(){
          var pageUrl = 'your_page_name.aspx'
           $.ajax({
             type: "POST",
             url: pageUrl + "/your_web_method",
             data: '{data1:value1, data2:value2}',
             contentType: "application/json; charset=utf-8",
             dataType: "json",
             success: function(msg) {
                      make your success code here
                }
          });
      
        in C# 
          [WebMethod]
          public static void your_web_method(data1, data2)
          {
              // your code to store value in database
          }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to use the AutoComplete Extender from the ASP.NET Ajax Control Toolkit,
I'm trying to use Ajax Toolkit in ASP.NET page to display a Calendar Extender
I installed the Asp.net Ajax toolkit. In my site I use the NummericUpDown from
I am trying t use the multihandlesliderextender (from the Ajax Toolkit) to make a
I've updated some code to use the Ajax Control toolkit 0911 beta and for
I want to use the new combobox control of the Ajax control Toolkit. But
Is this possible to use Ajax.Beginform with update target inside of ajax form. like
How do i use ajax to send POST requests to the server instead of
If I want to use ASP.Net without the Microsoft AJAX Control Toolkit or JQuery
When using the Accordian control from the MS Ajax control toolkit, do I even

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.