Tagged Questions
The partial-page-refresh tag has no wiki summary.
8
votes
2answers
4k 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
712 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 ...
4
votes
3answers
583 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 ...
3
votes
1answer
628 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
4answers
932 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
3answers
2k 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. ...
2
votes
4answers
90 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
1answer
195 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
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 ...
2
votes
3answers
718 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 ...
2
votes
1answer
318 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
367 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? ...
1
vote
2answers
40 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
5answers
838 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
3answers
238 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
2answers
605 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
1answer
193 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
2answers
431 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
3answers
669 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 ...
1
vote
1answer
160 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
194 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
2k 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
63 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 ...
1
vote
3answers
972 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
3answers
336 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
977 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 ...
0
votes
3answers
48 views
AJAX Div Refresh with PHP
I am trying to refresh some elements on my page every so often. I know theres a million topics on here about that and I have tried to get mine working, but here is what I need to refresh..
This is ...
0
votes
0answers
52 views
hidden variable value not getting updated in partial page update mode
I am trying to maintain state of javascript object across postbacks. I am facing issues while working in partial page update mode.
I used the PageRequestManager class and subscribed to ...
0
votes
1answer
23 views
Refreshing a widget functionality
I have A Vanilla API integrated into my WordPress site.
This API lists the latest discussions but it doesn't refresh the changes in the discussions unless the page is reloaded. All I need is a ...
0
votes
1answer
33 views
Radio buttons not retaining selection when user controls are posted back
I am facing some problems when page is posted back partially. I have some radio buttons based on which I am making tr display="" and display="none" by javascript. After that I am adding rows ...
0
votes
2answers
115 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.
...
0
votes
2answers
95 views
JavaScript. a loop with innerHTML is not updating during loop execution
I'm trying to refresh a div from Javascript at each loop and see 1, 2, 3, ....
The following code works, but only display the final result (9998).
How is it possible to display all the steps?
...
0
votes
0answers
35 views
GridView Sorting and Grouping when partial rendering
I've been using the override-Render-method approach when grouping items in a grid. But putting this grid in an update panel means the feature is 'lost' as ScriptManager starts doing its thing. It ...
0
votes
2answers
270 views
Update Panel refresh on code behind function call in C# - Ajax
I am using Uploadify v2.1.4 to upload images using ASP.Net C# FM 4.0.
In this page i have other controls also, but i want a functionality in such a way that when i upload images it should ...
0
votes
2answers
90 views
How to refresh parts of page when database changes?
I want a better way to update images on a webpage instead of forcing the webpage to refresh every 60 seconds.
I wrote a little status page that monitors some of our web sites. It uses web.py and ...
0
votes
0answers
268 views
Trigger a Partial Page Refresh from backing bean in Oracle ADF
Okay so I have a results table that once a user has chosen a row kicks off a couple PPR actions (hide some things, show others, fill out a few forms, etc.)
I noticed that when there is only one ...
0
votes
1answer
115 views
load image after upload in asp.net 4.0
My question is image uploading , uploading and image load method are working perfect but im showing images below the upload control, after click upload button new image must be added to line.. what is ...
0
votes
1answer
120 views
why does my jQuery auto-refresh stop working if I add in a if statement?
window.onload = setupRefresh;
function setupRefresh() {
setInterval("refreshBlock();", 1000);
}
function refreshBlock() {
$('#activeItems').load("current_auctions.php");
}
the above code ...
0
votes
4answers
309 views
Refreshing only 1 DIV via PHP after submit form
I have a comments board on my page, to which I load different topics according to the page the user is on with XMLHttpRequest in a changeTopic() function. I originally had this at the end of my submit ...
0
votes
2answers
319 views
Wicket children panels refresh
I'm just looking for extra pair of eyes to spot why children panels do not show up/change visibility on radio button selection/change that does call for their refresh
public class OptionsPanel ...
0
votes
1answer
231 views
Refresh portion of website on hyperlink click
So, I have I'm making a PHP Mail website for myself, and I don't like how it refreshes every time I click a new mail/email/folder etc.
So, I was wondering if their is a way (I know their is, and with ...
0
votes
2answers
875 views
Redirect a page and load/refresh a div within that page using ajax
I am using ajax to redirect to a page by window.location = "page.php"
After the page is redirected I need to load a div within that page. For example search.php.
I have been reading up on how to do ...
0
votes
1answer
551 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.
0
votes
2answers
134 views
AJAX Jquery refreshing ALL content but I want NEW content only
I may be reinventing the wheel but that's intentional. I am trying to make a real-time chat application using PHP HTML MySQL CSS. It's working quite well over the network and grabbing new content ...
0
votes
3answers
544 views
Delete MySQL data with php through ajax and jquery, show page without deleted data
I have this link (shown below). When it is clicked it sends the id of a post to a PHP file called delete_post.php which in turn deletes the post with that id out of my MySQL database. This works great ...
0
votes
0answers
181 views
OnKeyup in input field tied to partial refresh not working on last backspace
I have written an web page in XPages. I have an input field that fires the onkeyup event when a value changes. In the onkeyevent I fire a partial refresh of a div that contains a view of data. I ...
0
votes
3answers
1k views
PHP and JavaScript: Reload captcha image
I've made my own captcha class in PHP, just to learn. It's ok, working as I want. I've tried to add a "refresh image" button but I don't know how do I do that.
form code:
<p><img ...
0
votes
2answers
1k views
How to partial refresh a include php page?
<?php include("news.php"); ?>
Hello, I include a news.php in my main page index.php. I want to refresh the news.php every 30 seconds, but not refresh the main page index.php, How to partial ...
0
votes
1answer
337 views
Javascript code to detect any page changes? (maybe via AJAX)
Ok so I'm new to writing javascript, and here's what I'm doing/trying to do.
When a page loads (window.onload) my javascript code goes through all the forms in a page and attaches a certain ...
0
votes
3answers
657 views
use jquery to load form input directly into page
I have a form on one page, some of the form data is pulled from various tables in my mysql database -- the tables hold the options for different selects, so the following is the way my data will look ...