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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:56:48+00:00 2026-05-30T02:56:48+00:00

Screenshot of the page ASPX CODE <div style=width:729px;background:white;> <div id=tabs> <div><asp:LinkButton ID=LinkButtonDefinitions runat=server>Definitions</asp:LinkButton></div> <div><asp:LinkButton

  • 0

Screenshot of the page

enter image description here

ASPX CODE

<div style="width:729px;background:white;">
<div id="tabs">
<div><asp:LinkButton ID="LinkButtonDefinitions" runat="server">Definitions</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonEmployees" runat="server">Employees</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonFamily" runat="server">Family</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonHomeTown" runat="server">Home Town</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonOtherThanHomeTown" runat="server">Other Than Home Town</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonAdmissibility" runat="server">Admissibility</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonTypesOfLTC" runat="server">Types Of LTC</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonBlockPeriod" runat="server">Block Period</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonEntitlement" runat="server">Entitlement</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonAdvance" runat="server">Advance</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonAdjustmentofadvance" runat="server">Adjustment of advance</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonReimbursement" runat="server">Reimbursement</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButtonCarryOverForfeitureofclaim" runat="server">Carry Over & Forfeiture of claim</asp:LinkButton></div>
<div><asp:LinkButton ID="LinkButton1RelaxationsInterpretations" runat="server">Relaxations & Interpretations</asp:LinkButton></div>
</div>
</div>

CODE BEHIND

Public Sub loadContent(ByVal PageName As String)
  Dim _con As New SqlConnection(ConfigurationManager.ConnectionStrings("LeaveDBConnectionString").ConnectionString)
  Dim _da As New SqlDataAdapter("SELECT PageHeader,PageContent FROM PageKeeper WHERE PageName='" & PageName & "'", _con)
  Dim _table As New DataTable

  Try
    _con.Open()
    _da.Fill(_table)
    _con.Close()
    _con.Dispose()
    With _table.Rows(0)
      h4header.InnerText = .Item(0)
      divUpdatePanel.InnerHtml = .Item(1)
      Me.Title = .Item(0)
    End With
  Catch ex As Exception
   'MsgBox(ex.Message)
    divUpdatePanel.InnerText = "No Data Found"
  Finally
    _con.Close()
    _con.Dispose()
  End Try
End Sub

Protected Sub LinkButtonEmployees_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LinkButtonEmployees.Click
  loadContent("Employees")
End Sub

PROBLEM

When i click on the tabs ,it takes a few secs to reflect the data…i want to show a “please wait loading” message to the user which should disappear automatically after the data is shown.

UPDATE: ASPX code is inside an UPdatePanel so clicking on the tabs does an Asynchronous postback.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-30T02:56:49+00:00Added an answer on May 30, 2026 at 2:56 am

    using Ajax you can update the partially. or you can try to use Async Triggers in the update panel. Ajax Update Panels

    alternativily, you can use Update Progress, to show the indication. like this .

    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
     </asp:UpdatePanel>
    

    asscoiate your update panel to the update progreess area.

    <asp:updateprogress id="UpdateProgress1" runat="server" associatedupdatepanelid="UpdatePanel1" dynamiclayout="true">
    <progresstemplate>
    <img src="support/images/loading.gif">
    </progresstemplate>
    </asp:updateprogress>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In visual studio 2008 when I drag and drop asp controlXXX on aspx page.
I am using Telerik Radgrid for my aspx page. I have uploaded the screenshot
In my asp page, I take a screenshot of the client's desktop with an
I need to create a screenshot of the page by providing a page URL
From the screenshot featured on this page http://www.kde.gr.jp/~ichi/qt/designer-manual-3.html it seems like this functionality was
Please check this screenshot! alt text http://img267.imageshack.us/img267/1391/difference.png This is the same page in Linux
A page I am working on displays a span inside a div in bold
$.ajax(changeposition.aspx?id=1&pos=1, { success: function(){ alert('success!'); } }); In chrome that code gives an error
I need to get a screenshot of the page which downloads WPF Webrowser Control
I'd like to be able to take a screenshot of a page and give

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.