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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:02:16+00:00 2026-06-12T12:02:16+00:00

We have several terminals throughout the plant that employees will be using to submit

  • 0

We have several terminals throughout the plant that employees will be using to submit part requests through our supply/warehouse department.

This Supply Warehouse will have a terminal displaying an “orders” website, showing a list of part numbers and the employees who are waiting for them.

Everything works now, but I only know how to get the data to refresh by coding in a <META REFRESH> tag, which doesn’t really work well and causes a lot of other information on the form to get lost in the process.

How would I go about telling the webpage to “listen” for changes or simply update the GridView once a minute or so?

I’ve seen websites do it. This site pops up a note as soon as someone responds, finance sites pop up the latest stock quotes every few seconds, etc. I don’t know what the technology is called or how I would use it.

Do I write some code in the codebehind?

protected void Page_Load(object sender, EventArgs e) {
  // ???
}

Here is the basics of what I have.

<asp:SqlDataSource ID="productionDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:CPWEB_PRODUCTION %>" SelectCommand="SELECT [RequestID], [Employee], [DateStamp], [Line], [PartNo], [Workorder], [Qty], [MTF], [Status] FROM [vwRequestsEx] WHERE ([Status] = @Status)"><SelectParameters>
  <asp:ControlParameter ControlID="ddlSelector" Name="Status" PropertyName="SelectedValue" Type="String" />
  </SelectParameters>
</asp:SqlDataSource>
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" AutoGenerateSelectButton="True" CellPadding="1" DataSourceID="productionDataSource2" EmptyDataText="No Records to Display" Font-Size="Small" ForeColor="#333333" OnSelectedIndexChanged="GridViewRow_Selected" ShowHeaderWhenEmpty="True" HorizontalAlign="Left" RowHeaderColumn="RequestID" Width="95%">
  <Columns>
    <asp:BoundField DataField="RequestID" HeaderText="RequestID" SortExpression="RequestID" />
    <asp:BoundField DataField="Employee" HeaderText="Employee" SortExpression="Employee" />
    <asp:BoundField DataField="DateStamp" HeaderText="DateStamp" SortExpression="DateStamp" />
    <asp:BoundField DataField="Line" HeaderText="Line" SortExpression="Line" />
    <asp:BoundField DataField="PartNo" HeaderText="PartNo" SortExpression="PartNo" />
    <asp:BoundField DataField="Workorder" HeaderText="Workorder" SortExpression="Workorder" />
    <asp:BoundField DataField="Qty" HeaderText="Qty" SortExpression="Qty" />
    <asp:BoundField DataField="MTF" HeaderText="MTF" SortExpression="MTF" />
    <asp:BoundField DataField="Status" HeaderText="Status" SortExpression="Status" />
  </Columns>
</asp:GridView>

I’m getting a lot of downvotes lately. Downvoters: That’s OK, but kindly let me know why so I’ll understand what is wrong.

  • 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-12T12:02:18+00:00Added an answer on June 12, 2026 at 12:02 pm

    There is an easy solution using UpdatePanels and a Timer in the answer to this question: gridview that is updated frequently

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

Sidebar

Related Questions

I have a small application that has several checkboxes, a submit button, and a
I have a simple HTML page that rotates through several status pages that I
I'm using PuTTY to access my BSD file server and I have several terminal
I have several HTML elements (buttons) that fire the same JQuery AJAX request. When
I have several Delphi programs that maintain connections to a database (some Oracle, some
I have several different numbers in a group that range in sizes and would
I have several xml files that are formated this way: <ROOT> <OBJECT> <identity> <id>123</id>
We have several offices around the US and one in India. Our IT department
I have a VB6 ActiveX DLL that has run fine on all our machines
hi i'm using ubuntu and i have a little project with several packages i

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.