The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
24 views

asp.net Title Labels not populating from variables on page load

I have declared variables and populated from dropdownlists in my asp. However on pageload the labels aren't populating, they only populate once I change values in the dropdowns. So the variables are ...
0
votes
0answers
57 views

How can we see if prerendered resource or prefetched resource is actually prerendered or prefetched on Firefox, Safari and IE10?

<!DOCTYPE html> <meta charset="utf-8"> <title>An HTML Document</title> <link rel="prefetch" href="https://www.apple.com/"> <link rel="prerender" ...
0
votes
0answers
66 views

What's the right method to set a new prerender or prefetch in HTML?

<!DOCTYPE html> <meta charset="utf-8"> <title>An HTML Document</title> <link rel="prefetch" href="https://www.apple.com/"> <link rel="prerender" ...
0
votes
0answers
246 views

Inactive TabPanel runs render lifecycle asp.net

I have a TabContainer with 5 tabs in it. It's very simplistic. Each of the tabs has a set of user controls on them. The TabContainer itself is set for OnDemand="True". Some of the user controls ...
0
votes
0answers
143 views

The same PreRenderComplete handler executes when diffenent TreeView nodes are clicked on

In an ASP.Net web form code-behind file we are using coding to expand root nodes of a TreeView that has sub nodes. The coding works but seems to have a side effect. We are using the PreRenderComplete ...
0
votes
1answer
75 views

How to ensure than an extension's pageAction shows for pre-rendered pages?

I am developing a Chrome extension with a pageAction for a specific site. I would like to convert my extension to use an event page instead of a background page. I found pre-rendered pages were ...
0
votes
0answers
118 views

Chrome ignores onbeforeunload when visiting a top page (possible bug)

We run a file upload service. While files are being uploaded users need to stay on the page, so we use window.onbeforeunload: window.onbeforeunload = function() { return 'You still have files ...
0
votes
1answer
162 views

Best way for pre-rendering with HTML5's Canvas?

I'm trying to do a game development API for Google's GWT to make Canvas Games, and I got a question with the prerendering issue. First: I am not entirely sure how browsers/Javascript/GWT manage a ...
4
votes
0answers
188 views

JSF 2.0. Unable to get POST parameters and cookies in preRenderView event handler

I am trying to develop a service. The point is that my index.xhtml should get parameters (either POST and GET) and cookies from HTTP Request. I tried combination with <f:metadata> and ...
2
votes
3answers
424 views

Pre Render Master Pages and ViewState

Here is the various code its pretty much self explanatory . There is some viewstate stuff going on in the codebehind and then there is an update panel. WHen I add this into a child page referenced by ...
1
vote
0answers
241 views

ASP.Net C# SetFocus / Page Cycle - Confusing Error

Can anyone tell me why I would be getting the error in the below trace? "SetFocus can only be called before and during PreRender." The error message says that "SetFocus" must be called before or ...
3
votes
0answers
126 views

Is there any API to disable prerender feature in chrome?

Without using automation, is there any way to programmatically disable prerender feature (Advanced Setting: Predict network actions to improve page load performance) in google chrome? I couldn't ...
0
votes
1answer
85 views

How can I block the calendar prerender when I click a button?

I create a time sheet with a calendar. Now I am using the event calendar pre-render. But the event runs on every click. I want to block this event from firing when I click a button. Is this possible ...
4
votes
0answers
102 views

Does Google Chrome Prerender work with ajax requests [closed]

I'm looking to use pre-rendering to speed up a page, using Chrome prerender: https://developers.google.com/chrome/whitepapers/prerender I'm wondering does this work with ajax requests? I have a set ...
2
votes
1answer
2k views

JSF <f:event type=“preRenderView” …> works, but proper CSS isn't loaded

I am trying to check authentication on each view with the <f:event type="preRenderView" listener="{#loginControl.checkAuthentication}" /> tag. The mechanism works, but the look'n'feel is ...
0
votes
1answer
536 views

Execute sqldatasource after page loads without a button

So on my IssueRequest.aspx page I have a form that the customer can fillout that issues a work request to my company. However, I need to make sure that they filled out their account info which by ...
1
vote
1answer
2k views

JSF f:event preRenderView in template f:metadata, listener not being called on every page access

Mojarra-2.1.3 as per Glassfish3.1.1 (distributed with Netbeans7.1) I have a @SessionScoped backing bean Tracker with a listener void reset(). The following works fine in the f:metadata of all XHTML ...
2
votes
3answers
827 views

Rel PreRender/PreFetch, does it execute JS?

<!—Firefox Prefetching --> <link rel="prefetch" href="http://www.example.com/page2.html"> <!—Chrome Prefetching --> <link rel="prerender" ...
2
votes
6answers
2k views

Dynamic button click event created OnPreRender doesn't fire

I am creating a button dynamically in the PreRender event like this: Button myButton = new Button(); myButton.Text = "Test"; myButton.Click += new EventHandler(myButton_Click); ...
3
votes
1answer
672 views

Chrome Prerender feature gets canceled every time

I'm trying the prerender feature in chrome, but when I check the network, I can see the request is beeing canceled for any link. I'm using the following syntax: <link rel="prerender" ...
0
votes
1answer
595 views

C# dynamically generated controls in Page_Load or PreRender?

I have a c# web application where I need to dynamically generate controls, and where the actions on the controls also affect which controls will be rendered. Imagine for example a list of buttons, ...
0
votes
2answers
295 views

Knowing when prefetch is happening in firefox

Is there any way to see when prefetching is happening in Firefox? In Chrome there is an internal task manager which shows when websites is being pre-rendered in background is there anything similar ...
3
votes
4answers
233 views

Send head before body to load CSS and JS asap

I wonder if anyone has found a way to send at mid rendering the head tag so CSS and Javascript are loaded before the page render has finished? Our page takes about 523ms to be rendered and resources ...
1
vote
0answers
680 views

HTML5 with multiple off screen canvases affect performance?

I am using the following code to pre-render a series of images to use as an animation: var renderToCanvas = function (width, height, renderFunction) { var buffer = document.createElement('canvas'); ...
0
votes
1answer
1k views

How can i get the current row index at the Prerender event of the Gridview?

I would like to get the index of the current row at the PreRender event. How can i do it? Protected Sub GridView1_PreRender(sender As Object, e As System.EventArgs) Handles GridView1.PreRender Dim ...
1
vote
4answers
797 views

image resize gives slight, brief, pixelation in WebKit browsers

jsfiddle: http://jsfiddle.net/UenFN/. Notice the slight, brief pixelation after the animation. This error only happens in WebKit browsers. Using jQuery, I have an image resize into a smaller one. The ...
0
votes
0answers
239 views

ASP.net .Visible not updating on some items

thanks in advance for your attention. I have a page, ProjectDetail.aspx which includes a number of objects - of particular interest are an anchor tag with runat="server" and an asp:radiobuttonlist ...
1
vote
2answers
704 views

how to test prefetch/prerender

I have started to load a few key resources and pages using the prefetch/prerender system. Is there a way to ensure that the resources in question are actually being preloaded?
0
votes
1answer
247 views

C# .NET 4.0 Get the Value of an ID of a web element by reading the .aspx page with filestream or streamreader

So here's the problem I am writing a program that is going to look through the folder on the localhost before it is rendered. I want to be able to get the value of the ID of a web element and store ...
1
vote
1answer
203 views

why data retreival code for a WebPart is written in PreRender method

While writing code for connecting two webparts, i noticed that when i try to retrieve the data from Provider WebPart in CreateChildControl method, the connection object is shown as NULL. However, when ...
1
vote
6answers
845 views

Rendering webpage before all data is received

I currently have a webpage that's taking a while to load. The php side of the page does a lot of data processing and computation, and that's (unfortunately) unavoidable. I would like to display ...
2
votes
1answer
769 views

Get the validationgroup that is used on a postback

I'm working with a legacy project in C# (.NET 2.0). In this project there are two validationgroups. One for custom login control and one for users to submit to a newsletter. The problem I ran into is ...
1
vote
7answers
790 views

How to tell if Page_PreRender has run?

I'm running a method in an overridden Page OnUnload, but only if the Page_PreRender method has run. Obviously, I can flip a class-level bool when I'm in Page_PreRender and check it in OnUnload, but ...
1
vote
2answers
2k views

Extender controls may not be registered after PreRender. Occurs on GridView DataBind()

On our ASP.Net 4.0 C# web app I get the error above in the subject line during debug. I'm not really doing anything funky with dynamic controls on the page as some search results indicated could have ...
1
vote
0answers
2k views

Extender controls may not be registered after PreRender

I am creating Dynamic UserControls with Dynamic AjaxControls. Then I store each of the UserControls in a Collection. On Postback I recall the UserControls in the collection to Re-Create the interface. ...
0
votes
0answers
90 views

Sequence event subscribers are called causing some problems

The issue is as follows: I have a control that I am dynamically adding to an aspx page and I have two subscribers to the PreRender event of this control. I need the subscribers to be called in a ...
0
votes
1answer
325 views

Prerender Animations jQuery

Just wondering if anyone has any idea how I can Prerender Animations in jQuery. Basically the first time I run an animation it is jerky... but from then on when I run it, it runs perfectly smooth... ...
2
votes
2answers
1k views

GridView PreRender not firing after RowDeleted

When deleting a GridView row in the UI (via a LinkButton whose CommandName="Delete"), the view does not automatically refresh and continues to display the deleted row until I take some other action ...
2
votes
2answers
422 views

WPF pre-render a list w/o actually showing it

Is there a way to "pre-render" a list in WPF without actually showing it to the user? I have a list that renders fairly slowly ( a few seconds ) the first time it is displayed to the user. I'd like ...
4
votes
2answers
2k views

Binding controls on PreRender

I have been led to believe that the best point to bind your controls is the PreRender. As all the controls are ready and this is the last stage before rendering etc. Is this correct or should ...
2
votes
3answers
451 views

Pre-render hook in symfony?

There is something like pre-render hook in symfony 1.4? I want to execute some code right before view render starts.
1
vote
3answers
995 views

what sort of code which we could write in Page_PreRender event only?

I google about Page_preRender that how can we use Page_PreRender rather than page_Load or what could be the scenario where we could not use page_Load and have to use Page_PreRender but every place I ...
0
votes
1answer
569 views

Finding html element onPreRender state of User Control

I have a user control which has html elements like <input type="button".... and i want to set its display property on preRender state. Would you please explain, what kind things i have to handle ...
0
votes
3answers
4k views

Reusable Page_PreRender function in asp.net

I have a function which sets my linkbutton as the default button for a panel. protected void Page_PreRender(object sender, EventArgs e) { string addClickFunctionScript = @"function ...
1
vote
1answer
109 views

Page Cycles - Right way to input data to database

I have a page that has a few textboxes and a dropdownlist. When a logged in user opens this page the boxes are filled with data that he has inputed before, he can change the data and update it by ...
1
vote
2answers
663 views

Why is there a large gap between Begin PreRenderComplete and End PreRenderComplete events?

I'd like to know what can cause this kind of disparity between the begin and end PreRendercomplete events or how I migh go about locating the bottleneck. aspx.page End PreRender 0.193179639923915 ...