The partial-page-refresh tag has no wiki summary.
9
votes
2answers
7k views
JQuery Dialog: How to do partial page refresh and get new dialogs each time
I'm having a workflow issue with my JQuery dialogs when trying to create the dialogs and then doing a partial page render. I'll try to go through a sample scenario, and my apologies in advance for the ...
7
votes
3answers
884 views
Twitter refresh page via API
I'm using the Twitter API (via TweetSharp) and was wondering if it's possible to automatically refresh the page from the API so that all users see the update? If so, is it also possible to take it one ...
5
votes
4answers
3k views
Back button functionality to webpage with form and search result + Ajax (ASP.NET)
I have an asp.net form used for search. The search result is showing on the same page using Ajax. If I navigate to another page and come back, I get the populated form but the search result is empty. ...
5
votes
1answer
487 views
Can I make a selective refresh of the contents in the JSP page?
It seems to be weird but still :
Is there any way I can make only the selective portion of the jsp page get refreshed ? Suppose :
<% response.setIntHeader("Refresh",1); // refresh at an interval ...
5
votes
3answers
2k views
Change page without refresh a div into the page
Hi i'm looking for a tutorial for understand how i can create a page with a div that isn't refreshed when the page url changes.
Ex. The facebook chat isn't refreshed when i move from an url to ...
4
votes
6answers
226 views
Read the contents of a text file every 15 seconds
I'm working on a music site:
I have a text file on the server which contains the name of the currently playing song.
I would like read the text file every fifteeen seconds, and change the text ...
4
votes
4answers
2k views
How can I keep a music player in the page footer that doesn't reload when I click a link to a subpage?
I have been trying to solve this problem for a while now and have looked on numerous forums to find a solution. Here is my setup. Any help would be greatly appreciated!
I currently have a index page ...
3
votes
2answers
10k views
Continous refresh of PartialView using ASP.NET MVC 3
I am developing a website using ASP.NET MVC 3.
I have a number of sections containing news from different departments, as shown in the picture below:
http://i.stack.imgur.com/G21qi.png
The sections ...
3
votes
1answer
3k views
mvc partial view ajax update returning the partial view as a page
I have a partial view that upon adding an item to the database needs to update.
The Index.cshtml:
@using (Ajax.BeginForm("Index", "WinEntry", new AjaxOptions { HttpMethod = "POST", ...
3
votes
1answer
1k views
Prevent an UpdatePanel from updating programmatically
I have a GridView inside an UpdatePanel and because of some bug I can't seem to find, when I download a file (through an iframe inside another updatepanel) the background images of my buttons don't ...
3
votes
2answers
402 views
HTML Table Row gets too wide after refresh with JQuery load
I have got a problem with a customer website (within Internet Explorer only, tested with Internet Explorer 9). Everytime a table inside a div gets refreshed using JQuery's load-Function a single table ...
2
votes
4answers
411 views
Is it possible to create a variable, that doesn't change on refresh the page, in javascript?
After I ask this question:
I was thinking about this solution:
Create a boolean flag inside the javascript script and make it true:
true indicates refreshing the page using the browser.
false ...
2
votes
2answers
1k views
Lifehacker implemention of url change with Ajax
I see that Lifehacker is able to change the url while using AJAX to update part of the page. I guess that can be implemented using HTML5 or history.js plugin, but I guess lifehacker is using neither.
...
2
votes
3answers
211 views
How do we make our page refresh data once every minute with ajax jquery?
How do we implement a timer to send an ajax request to refresh data (like new entries from other users on database) every one minute. I am using $.ajax from jquery.
My intention is to send the time ...
2
votes
3answers
2k views
asp.net - Force page refresh
I have a countdown on an auction site, that resets to 2 minutes when someone places a bid within the last two minutes of the auction. This part works as it should.
What I need, is to reload the page ...
2
votes
1answer
542 views
Is it possible to refresh a portion of the ui table view without refresh other cells?
Is it possible to refresh some cells without refreshing other cells in a table view?
I need to delete and insert and add some cells simultaneously. For that i want to refresh the table frequently.
...
2
votes
1answer
2k views
Page Refresh on jquery dialog close
I want to Refresh aspx page after closing a jquery modal dialog on clicking a button inside jquery modal popup.
my page has update panels in it so consider it too.
2
votes
1answer
443 views
PHP Refresh table content using ajax
I have a form which contains a table which is populated with data dynamically according to selected option in dropdown.
The dropdown contains 2 values "enabled" and "disabled". The first column of ...
2
votes
1answer
598 views
Using jQuery to create a video switcher
I've got a design for a video page which has a main video panel which will load the FLV file into JWPlayer when a thumbnail image is clicked. I think what I'm looking for is a partial page refresh? ...
2
votes
2answers
157 views
partial view not showing
i have a partial view named "_PartialPage1" under "X" controller.
here's the content of my partial view:
<div>Hello</div>
my X controller contains this:
public ActionResult ...
2
votes
1answer
413 views
Redraw Silverlight Canvas
In my application I am drawing a room based on some data I have. In that "room" I have shelves (which are nothing more than layout grids). The user can perform several actions against the cells in ...
2
votes
3answers
2k views
Prevent Audio Player from refreshing while page change
I'm creating a website in wordpress. I have a music player in it as its for a music artist. But I want the player to continue playing while the users move through the website. I dont want to use ...
1
vote
3answers
648 views
php - how to load contents without refreshing navigation bar
I am trying to figure out how to load contents without refreshing navigation bar like facebook does.
If you look into a facebook profile (not timeline), there is a navigation bar in the left column ...
1
vote
2answers
1k views
Refreshing Partial View in MVC 3
I have a partial view that I have included on my _Layout.cshtml. It simply has a javascript function that changes an image based on the state of my system. I don't need to reload any data, I don't ...
1
vote
3answers
931 views
JQuery - click button every 2 seconds
Basically I have a refresh button, when the user clicks the refresh button it calls a web service, gets the data back and refreshes a div container to display the new data.
But I want to update the ...
1
vote
3answers
2k views
Partial PHP code refresh
Is it possible to refresh only the part of the page? How?
the part:
if (checkExpiry($member->expires)==true) {
print timeLeft($leftts);
} else {
print "expired";
}
I have table which is ...
1
vote
1answer
564 views
Refresh all images with javascript?
I am trying to load the latest image from a CCTV server for each of our cameras on our network.
I have the following code, which works correctly and refreshes the image constantly. However, on the ...
1
vote
2answers
1k views
jquery stop/start div refresh after x minutes
I've written a small jQuery chatbox which loads a page in a div and refeshes every 4 seconds:
On click slide down and load page in div and refresh:
$('#toggle').click( function () {
...
1
vote
1answer
3k views
Refresh Gridview without Refreshing the Whole-page (ASP.Net)
How to refresh the gridview without refreshing the whole-page?
I have this code:
<asp:Timer ID="Timer1" runat="server" Interval="3600000">
</asp:Timer>
<asp:UpdatePanel ...
1
vote
2answers
2k views
UpdatePanel and two content placeholder areas from a master page
I have a "legacy" ASP.NET site I'd like to improve a bit. One area I'd like to do something about is page updates - for now, it's always full page updates, but I'd like to start using partial updates.
...
1
vote
3answers
575 views
Implementing regular page refresh but without page flashing
I cannot understand how Bing Community site is implemented. Clicking one of the "All Recent" "Unanswered" "Unread" or "Your Discussions" issues regulare request that refreshes whole page (proxy ...
1
vote
1answer
1k views
cause update panel in a user control to do partial page refresh from javascript / jquery
I have a number of pages that each have 3 or 4 user controls on. each control has their own updatepanel in.
I am using JQuery and thickbox to create a modal window, where I open another aspx page and ...
1
vote
1answer
64 views
Javafx 2 Notification Refresh
I have a requirement in JavaFX 2 to display the notifications on the header. These notifications are populated in the database through an external system.
When a new notification is inserted in the ...
1
vote
1answer
257 views
How to autorefresh every 1 minute a single div in single post wordpress with inner page template
How to setup an div to auto refresh?
I use Transcript theme for wordpress, in single.php is on call for inner php page:
</div><!-- /innerLeft -->
<?php include (TEMPLATEPATH . ...
1
vote
1answer
2k views
GridView inside UpdatePanel not refreshing without a call to code behind
I am new to ASP.Net and I am confused about the way a GridView control works inside an UpdatePanel.
I have read the documentation here which states "By default, any postback control inside an ...
1
vote
1answer
401 views
Xpages partial refresh stopped working
I have a dijit which displays a list of available contacts. Selected contacts then displayed in a view panel which was updating via a partial refresh until I added some code to check that duplicate ...
1
vote
1answer
588 views
Drupal 7 - change block content based on changes in another block
I am experienced Java/C++ programmer, but totally new to Drupal/PHP.
Short question:
How do I refresh all the blocks in my page, based on the input to a particular block?
Exact Scenario:
I am ...
1
vote
1answer
247 views
ValuechangeListener with autoSubmit
i have a requirement where a state dropdown populates the city. so i used autosubmit on the statedropdown & a valuechangeListener to refersh the city dropdown using partial triggers, since i want ...
1
vote
2answers
253 views
How to append content from a php file into a div with jquery mobile
Goal: I'm trying to refresh content inside a div so that if the user is logged in, the page changes dynamically.
Progress: My first attempt was to use $("#tab_b").load("php/tabs.php #tab_b"); but ...
1
vote
5answers
5k views
Html auto refresh table
I wrote this simple code and this table wich i have conected to mysql database. It fetches the data I inserted in my database what i want is for the page to automaticly refresh on its own without ...
1
vote
2answers
1k views
Page with Ajax function does not refresh data
My scripts are working perfectly fine. However, the content does not refresh itself to get new data. Why is it so?
function updateMsg() {
$.ajax({
url: "/recent/notifications/",
...
1
vote
1answer
4k views
ASP.NET Register Script After Partial Page Postback (UpdatePanel)
I have a simple form (textbox, submit button) which is wrapped in an update panel.
<asp:UpdatePanel ID="ReplyUpdatePanel" UpdateMode="Conditional" runat="server">
<ContentTemplate>
...
1
vote
1answer
202 views
How to make wp plugin auto-refreshing on the public side of view (auto load page)
First have to say that almost every time when searching on technical solutions.. search engine will direct me to this site here. I admit that i have learned such A LOT here just by searching through ...
1
vote
2answers
273 views
Jinja2 template html form - update select
I have written an app that adds a list of events to a Google Calendar. I'm using Jinja2 as my templating framework. I have got a select box in the template that let's the users select which one of ...
1
vote
1answer
301 views
AJAX add data to table without resetting table.
I have a php page that will grab data from an SQL database and print it into a table, now if certain rows from the database have a certain parameter, a hidden row is inserted below that with a button ...
1
vote
1answer
378 views
How to refresh a div on a page with out reloading
In my table I have results that come from a database and when I click on a link in the table to delete it,I am trying to get the table to refresh with out reloading the page. In the code below It ...
1
vote
1answer
267 views
Scripts not rendered when template loaded with ajax
I have a registration page,which has few steps. Each step refreshes the content of the page with ajax, and uses its own template. In templates I have some js code for managing actions. Unfortunately ...
1
vote
0answers
275 views
Refresh JSF h:outputLabel
I created a Timer class at server side, i display the timer using h:outputLabel but it display once although the timer still running, how can i update the h:outputLabel value without refresh the whole ...
1
vote
1answer
6k views
refresh content of a jquery ui dialog
i managed to to get this script. It's refreshing the div of the dialog window:
function getRandom() {
$("#category_dialog").load("<?php echo $category; ?>", '', callback);
}
function ...
1
vote
1answer
106 views
Sessions in web pages. How to log out automatically
When we sign into gmail in one tab and orkut in another(remember both can only be of the same account. Logging into one automatically logs into another). if we log out from gmail and then go to the ...