The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
19 views

ASP.net page stuck on Loading

My ASP.net website was working fine Until the program stopped responding and I ended the process from Task Manager. As soon as I ran Microsoft Visual Studio and debugged again the page got stuck on ...
0
votes
0answers
12 views

Page load very slow, images not being cached?

If I look at the following site in firefox: http://www.showsec.co.uk/ Some of the images are taking 2-3 seconds each to download and I'm on a fast connection. it is making the page load time very ...
0
votes
2answers
34 views

I want an HTML anchor call a page method and JUST that method;No page_load. Is that posiible?if it is then HOW?

<a href="A.aspx?qs=2"></a> clicking this should fire a method GetMeData(obj sender, eventargs e) in CodeBehind of A.aspx GetMeData() is also bound to an aspButton Ineed to reuse this ...
0
votes
1answer
48 views

Can't add event listener at page load reliably

I can't seem to add these event listeners at page load reliably. Some of the listeners work from the beginning, but others only work after a few clicks. What might be wrong? Could the problem be that ...
0
votes
0answers
44 views

Dynamic C# Not rendering on page_load

I have a method which is intended to dynamically generate a series of divs based on the entry of a value from a dropdown list. However, I wish to reuse the same code to generate the tables on the ...
3
votes
2answers
97 views

Inline C# code vs Page_Load method

I am working on an ASP.NET Web Application. I have two files -> example.aspx and its code behind example.aspx.cs I am wondering what the difference is between putting inline C# code at the top of ...
0
votes
3answers
98 views

Page_Load in C#

I am working with C# web application. I want to know deeply about the page events. Because I thought that the page load event happens first (when a page is requested in browser). But when I tried with ...
-1
votes
1answer
45 views

Load page, then load div with php query [closed]

I have a website in which there is one query which really slows down loading times. I would like use jQuery (perhaps?) to load the page, put a loading placeholder where the div will be, then load the ...
0
votes
0answers
71 views

Building Nested .Net Usercontrols causes Page_LoadComplete to be skipped

I have a UserControl that contains a method that in turn dynamically creates several Sub-UserControls within. (I am using .Net 4.5 with Visual Studio 2010 creating a Web Forms application.) The ...
0
votes
1answer
23 views

What is causing my site to load and add “#” at the end?

I think there might be something in my .htaccess file that is causing my page to load and then "bounce" back to the top adding # at the end of my domain, like this: example.com/# Here is my htaccess ...
0
votes
3answers
57 views

How can I run javascript after the page and all extensions are fully loaded?

I want to run a short javascript file completely after the entire page and extensions are finished loading. Even better, if I could delay the loading of the script until 100ms after the page and all ...
1
vote
1answer
41 views

Setting a minimum height of a container on page load prototype

Ok, so I am trying to set the minimum height of a container dynamically on page load using prototype so that the page displays correctly. My header and footer equal 345px in height, so I am trying to ...
1
vote
2answers
47 views

Multiple Page_Load methods, which is called?

In an existing ASP.NET application, I have a base class containing a Page_Load method: public class PageBaseClass : System.Web.UI.Page { protected virtual void Page_Load(object sender, EventArgs ...
0
votes
0answers
80 views

Advanced Ajax Page Loader problems

I'm using Advanced Ajax Page Loader for Wordpress. I was wondering if I can use the browser reloading button and avoid all the website reloading the single page. Now, when I try to reload a specific ...
0
votes
0answers
21 views

What do the various indicators on the browser title bar mean?

I am building a web application using ASP.Net MVC. My problem is that when my application loads on a browser, the grey loading indicator on the browser header takes a long time to convert into a blue ...
2
votes
1answer
211 views

bpopup not working + display on page load

I am very noob to jquery and all about it. I am doing just one page ad hoc, so I got lost. I need to display iframe as and popup. How to do it? I tried bpopup: index.html is like: <button ...
0
votes
0answers
85 views

Calling User Control Load only when specific menu item selected from header user control

I want my User Control's Load to be called only when menuClientTools_ItemSelected =="Something" /...... But Asp.net page life cycle not allowing me to do so, Like. when I select an item ...
0
votes
1answer
91 views

ASP.NET progressive page load

I'm working on an ASP.NET web site, I've created a new page which loads a lot of data, therefore it takes a bit of time to load the whole page, but I'm going to load my page progressively, so that ...
0
votes
1answer
107 views

Static 'hover-state' after click? For a section based site

I have a section based website (tabbed navigation) where content is loaded into a container. I have a couple inner tabbed navigations as well that behave the same. My issue is that users can't see ...
0
votes
0answers
114 views

Page_Load stopping void button clicks working SQL code

I have an issue where I cannot used the public void btnMessage_Commit below. If I remove the Page_Load Database code the button click will work correctly and update the database, however, if the code ...
0
votes
0answers
28 views

sdk/pageload-require is not defined

I have SDK 1.13 and I want to use pageload API to give the alert message when html form is loaded in firefox browser. but I'm getting an error on console: require is not defined. I have linked cfx ...
0
votes
0answers
104 views

ListBox and TextBox control is getting cleared at Asp.Button Click

I am using a ListBox and TextBox which is getting Populated at pageload. My code has an Asp Button which sends the selected list box value to a wrapper service. I implemened my code in my QA ...
1
vote
2answers
249 views

jQuery Isotope loading issue

I am actually trying to build a image gallery with jquery Isotope. I dont know why, but sometimes the gallery works perfectly and sometimes it has some kind of loading issue as you can see in my ...
1
vote
0answers
178 views

Advanced Ajax Page Loader: Reload Bootstrap

On my wordpress-site the blog page is different than the rest of the site. Therefore I built a second bootstrap.css and loaded it this way: if( is_page_template('page-blog.php') ) { ...
0
votes
0answers
8 views

Why is Internet explorer adding borders the first time my page is loaded but borders then disappear when page is refreshed?

When my page loads for the first time in Internet Explorer my divs have a dark grey border around them, but when you refresh the page they disappear. Is there any way to fix this. It only happens the ...
0
votes
2answers
51 views

How to get the raw markup from a jquery mobile pageload request?

How can you get the raw HTML markup from an AJAX request that loads a page in jquery mobile? My page has a menu outside of the page container element (data-role="page") and I need to update it on ...
2
votes
3answers
62 views

On page load function

I'm using the following javascript in my html header to run some code when the browser window is resized: $(window).resize(function () { //run some javascript code here }); My question is is ...
0
votes
0answers
37 views

Same aspx page loads very slowly on another server

We've set up the same web application on two different servers. One aspx page loads dramatically slowly on one of the servers while on the other server it loads very normally. I commented out ...
0
votes
1answer
283 views

Change CSS using Javascript on page load Event

I have a input text field where the app user can enter the document description. On a page load event I check if this input field is empty. If it is empty, I insert the following text and change the ...
0
votes
1answer
348 views

How to load popup as soon as page loads

I have a script which loads popup on a click. Is it possible to load the pop up automatically as the page loads? Here is the code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
141 views

Wait till the GeckoFX Webbrowser has loaded

I want to automate a few tasks on my website with GeckoFX for some testing. That should happen when I click a button and everything should be automated after that button click. This includes clicking ...
0
votes
1answer
337 views

ASP.NET Page_Load is not firing

I created a 2D array Board, holding objects of GameCell. Default.aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> ...
0
votes
0answers
126 views

MVC3 HTML Form: Error messages showing on page load

I am using MVC3 and I have a form on my project with some validation message. However, they error message show up on page load instead of when the submit button is click. The controller looks like ...
1
vote
3answers
73 views

Loading the same image in different urls

I have an image loaded in a web page say http://example.com/test.jpg on example.com Now, say if, via a hyperlink on that page, the user goes to example.com/testpage.html where the same image is ...
1
vote
1answer
29 views

Dictionary stopping at loadingfromscreen

I run the code and it will not store the values it stops immediately at the loadingfromscreen. What its supposed to do is a multi-page application form that will reinput the values to the texbox's on ...
0
votes
1answer
141 views

how C# executes Page_Load if we write more than one?

If I have following code in my aspx.cs page : protected void page_Load(object sender, EventArgs e) { } protected void PAGE_LOAD(object sender, EventArgs e) { } ...
1
vote
4answers
952 views

jQuery and ASP.NET Page load

I test jQuery and ASP.NET with Webcontrols and in my test load the Side everytime new if I click on the Button. The jQuery Code add a Css Class to a Label. My aspx: <%@ Page Language="C#" ...
0
votes
2answers
1k views

Play HTML5 Audio Dynamically On Page Load

I know I can use the following in the body to autoplay the sound on page load if embedded in the body, but I wanna try this dynamically. What I mean by dynamically is to find the audio file, and play ...
0
votes
1answer
570 views

How to Load the database Table on scroll down in Mvc3

Hi all i have table which has a bulk data and a Screen for showing this data..i want o show data to the users like this if a user goes to this screen i have to display only the first twenty of the ...
0
votes
1answer
59 views

Can a UIPickerView be used for selecting different views to load?

Can a UIPickerView load a specific .nib/.xib file from code or UI Interface Designer? Or is there something else I need to use? I've been Googling around for a tutorial on how to do this, and ...
-1
votes
1answer
170 views

How to make a form invisible when the page loads in asp.net C#?

How to make a form invisible when the page loads in asp.net C#? At button(Show) it should be visible. How to do it?
0
votes
1answer
333 views

TransmitFile continue with page_load efter Response.End

I've been looking for an answer for a week now and I give up. I'm creating an excelfile and then let the user download it to his client with TransmitFile. The thing is, this works perfectly most of ...
0
votes
1answer
352 views

C# code behaves differently in localhost vs live server

I have the following C# code in my code behind for a regular Web Application: protected void Page_Load(object sender, EventArgs e) { if (!validTime()) { btnEdit.Enabled = false; ...
2
votes
2answers
541 views

Ajax status code 0 on page reload

I have an application, which retrieves some page data via $.ajax call on page load (no other bindings, like 'click' etc.). In a scenario, when user reloads page (or navigates to another page) before ...
0
votes
2answers
2k views

Displaying local htm file in iframe?

I am saving some emails on my local machine using MailBee.NET Objects in htm format. A separate folder is created for each email using email messageID on server for example ...
1
vote
2answers
466 views

How to stop iframes blocking my JS?

I've got a page which uses both the unofficial github buttons, and code which I highlight using this syntax highlighter. The problem is, the two github buttons are iframes which both make requests to ...
0
votes
1answer
261 views

phonegap android returning to native app from remote server

I have a phonegap app on android that runs in a remote server. On the main page I do: window.location.href=startUrl+"./main.html"+params; This loads the main.html page that runs on a server. From ...
0
votes
1answer
88 views

Opera is loading my page twice

My page is loaded twice by Opera. Version 11.11 I have placed some console logs at a few places to indicate the order that parts of my document are being loaded, see below. Console Logs: Head ...
1
vote
2answers
660 views

Form self-submission

So I'm trying to get a page to submit to itself and then redirect either back to itself upon error or elsewhere upon success. I have example code working in VB.NET, but I'm trying to get the same ...
0
votes
1answer
136 views

How do i force browsers to wait until everything has loaded?

I am working on a page that uses a few layers of stacked images and animations to produce an effect, however when i load it locally in every browser (latest versions) it will show the back hidden ...

1 2 3 4