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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T18:31:37+00:00 2026-06-08T18:31:37+00:00

I have an ASP.NET website (c# as code behind) in which one of my

  • 0

I have an ASP.NET website (c# as code behind) in which one of my pages has tabbed content. I have done it in two different ways, and now I am deciding which one is the way to go. One way, I have done it with javascript. Simply making swapping divs depending on which one is clicked, and this is working great (other than some minor flickering issues…). The other way, I have used the Ajax Control Toolkit and the Tabs control. I was looking up the benefits of Ajax, but also saw these downsides of using a tabbed interface with Ajax…

  • Search engines don’t see the data that isn’t in the first tab, because they can’t access the Ajax.
  • The tabs cannot be bookmarked. So customers can’t save the information they want.
  • Ajax is not accessible, so the content in the other tabs would not be visible to anyone using a screen reader, or even older browsers that don’t have good JavaScript support.
  • If one of the tabs had a lot of information, it could take a long time to load on a slow connection. And because Ajax doesn’t indicate anything is happening it looks like the page is broken.

Are all of these correct? I’m not so concerned about information not being found via search engine because only users of the site can see the content anyways.

So the main question is, what pros and cons to each method of implementation? Ajax definitely looks cleaner, but how does performance stack up?

  • 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-08T18:31:38+00:00Added an answer on June 8, 2026 at 6:31 pm

    In answer to your points above:

    Search engines don’t see the data that isn’t in the first tab, because they can’t access the Ajax.

    Search engines index what they find on the page. If the data isn’t there, they won’t load it. However, if the URL that is used to retrieve the AJAX result is linked to as a separate page via a normal <a> tag, it is possible to index this.

    The tabs cannot be bookmarked. So customers can’t save the information they want.

    This is true, even if you use the non-AJAX solution. To bookmark a tab, you have to effectively bookmark the page in a certain ‘state’. Using hash fragments is a good way to achieve this.

    Ajax is not accessible, so the content in the other tabs would not be visible to anyone using a screen reader, or even older browsers that don’t have good JavaScript support.

    As with any content loaded via a script, if the user has scripts disabled, they don’t get the content. As for browser support, jQuery and many other libraries abstract the browser differences away to support anything you could reasonably wish to support.

    If one of the tabs had a lot of information, it could take a long time to load on a slow connection. And because Ajax doesn’t indicate anything is happening it looks like the page is broken.

    Incorrect. The more data to load, the longer it will take to complete the HTTP request, yes. But “AJAX doesn’t indicate anything is happening” is not true – it doesn’t even make sense. AJAX is a transport mechanism. The responsibility for showing the user that “something is happening” is up to you, and can be easily achieved with spinning placeholders or suchlike.

    Basically, AJAX keeps your initial page-load time to a minimum by only requesting the data needed for the initial UI state. Subsequent requests, as with any HTTP request (including page load), will take time, but the user experience gains are, in my opinion, vastly superior.

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

Sidebar

Related Questions

I have a asp.net website with c# code behind and using visual studio 2010.
I currently have an asp.net website hosted on two web servers that sit behind
There are 5 websites in ASP.NET 2.0 which have the same code and database
I have a asp.net website in my local IIS and one of a page
I have a website using asp.net mvc in which I need to embed a
I have a solution that contains two projects. One project is an ASP.NET Web
I have several ASP.NET websites in a solution along with a common C# code
I have an ASP.NET web site with something similar to the following code: .aspx
I have Asp.net website for domain A users with the Integrated Windows Authentication. Now
We have a ASP.NET website project. In the past, we had been using asmx

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.