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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:04:04+00:00 2026-06-18T00:04:04+00:00

I am new to both jQuery/AJAX and have a problem where I’m using the

  • 0

I am new to both jQuery/AJAX and have a problem where I’m using the jQuery ui tabs. Basically in each tab I load their separate .aspx pages and attempt to do the regular processing work. (It loads correctly) My problem is that I have a button on that loaded tab and whenever the button is click, it attempts to process the request (I want to process the tab without reloading the entire page) – but the first issue right now is that I am getting an error saying…”Server Error in ‘/’ Application. (The .aspx pages is in their own file directory – and that may be the error?) Below is the code I’m currently using. Any help or ideas would be appreciated! Thanks!

<div id="tabs">
    <ul>
        <li><a href="/MemberPages/tab1/tab1.aspx">TAB1</a></li>
        <li><a href="/MemberPages/tab2/tab2.aspx">TAB2</a></li>
        <li><a href="/MemberPages/tab3/tab3.aspx">TAB3</a></li>
        <li><a href="/MemberPages/tab4/tab4.aspx">TAB4</a></li>
        <li><a href="/MemberPages/tab5/tab5.aspx">TAB5</a></li>
        <li><a href="/MemberPages/tab6/tab6.aspx">TAB6</a></li>
    </ul>
    <br />
</div>

<script type="text/javascript" src="scripts/jquery-1.9.0.js"></script>
<script type="text/javascript" src="scripts/script.js"></script>
<script type="text/javascript" src="scripts/jquery-ui-1.10.0.custom.min.js"></script>
<script type="text/javascript">
    $(function () {
        $("#tabs").tabs({
            beforeLoad: function (event, ui) {
                ui.jqXHR.error(function () {
                    ui.panel.html(
        "Couldn't load this tab. We'll try to fix this as soon as possible. " +
        "If this wouldn't be a demo.");
                });
            }
        });
    });

——Purchasing aspx back-end

Protected Sub tp_btn_Process_Click(ByVal sender As Object, ByVal e As EventArgs) Handles tp_btn_Process.Click

'database code for insertion

End Sub
  • 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-18T00:04:05+00:00Added an answer on June 18, 2026 at 12:04 am

    You can not load an aspx page via ajax, and wait the functions and the JavaScript and the buttons to work as if you run it alone.

    Why ? because you have a basic page with a form tag, and inside that you fully load one more different page with a new form – and the full struct is now a mess, you have two viewstates, one post form inside the other and other stuff like that.

    Now if you make any post back, the post back data is a mess and the code behind will not accept it.

    An alternative if you still like to load the full page in a tab, is to use iframes and not ajax. Iframe is like a full page inside a page, with out mixing the one post with the other.

    Similar: how to use iframe instead of div with jquery ui tabs?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jQuery script running that makes a periodic AJAX call using the
I'm using on my page both colorbox jQuery plugin and AJAX for the asyncronous
So I am pretty new to both Django and Javascript (I am using JQuery)
I'm pretty new to javascript and jquery, and have run into a problem that
I'm running into a problem while running both a Flash socket and using Ajax
I have a spinner that displays when an ajax request is made using jquery:
I'm new to both ajax and jquery, so please excuse the beginner question. I'm
Im new to both ruby and rails, but have experience with java, javascript and
I am new to both Qt and Linux C++ development (although I have many
I'm new on both this site and ruby on rails! I have a common

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.