Google Groups Home
Help | Sign in
Message from discussion Problem with AJAX pageLoad event?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Andrew Badera  
View profile
 More options May 14, 2:27 pm
From: "Andrew Badera" <and...@badera.us>
Date: Wed, 14 May 2008 14:27:59 -0400
Local: Wed, May 14 2008 2:27 pm
Subject: Re: [DotNetDevelopment] Re: Problem with AJAX pageLoad event?

Absolutely. You should always have an isolated development environment in
which to thrash and play, and both then isolated environments for test/QA
and then for production. Test/QA should always be a mirror of production,
the only difference being the next generational work being tested on it.

Good luck, let us know how it goes.

On Tue, May 13, 2008 at 2:49 PM, CORK <alteregob...@gmail.com> wrote:

> Andrew:

> I am not sure it isn't being called. I placed an alert in my
> development code, but I cannot get it to happen when running in the
> IDE, only in production. It could be failing silently, I suppose.

> I think what I might have to do is set this up in a test environment
> so I can put in all the alerts and logging I need to in order to solve
> the problem.

> -cork

> On May 13, 1:18 pm, "Andrew Badera" <and...@badera.us> wrote:
> > have you ensured that the method is absolutely not being called by
> placing a
> > callout in the first line? alert box or whatever? you're certain it's not
> > failing on an earlier instruction, perhaps silently?

> > On Tue, May 13, 2008 at 11:59 AM, CORK <alteregob...@gmail.com> wrote:

> > > I am having an issue, and I am not sure why. I have googled my a** off
> > > and can't find anyone else with a similar problem.

> > > In the AJAX pageLoad event, I do some stuff where I load up controls
> > > and make previous selections. Sporadically, these things will not
> > > happen. Doing everything the exact same way will not duplicate the
> > > issue, so it seems to be some kind of timing thing. If I refresh the
> > > page after this happens, everything is cool. Comparing the source in
> > > both pages, they are identical. I cannot duplicate this EVER while
> > > running the app in VS. I get no javascript errors whatsoever.

> > > Here is my pageLoad. If you want to see or know anything else, feel
> > > free to ask.

> > > function pageLoad(sender, e)
> > >        {
> > >            PopulateCategoryOptions();
> > >            if ((prodcat != null) && (prodcat != ""))
> > >            {
> > >                PopulateProductOptions();
> > >            }
> > >            if ((searchstr != null) && (searchstr != ""))
> > >            {
> > >                $get('Keyword').value = searchstr;
> > >            }
> > >            PopulateSearchTypeOptions();
> > >            PopulateModPeriodOptions();
> > >            if (parseInt(mod) >= 0)
> > >            {
> > >                $get('Mod').value = mod;
> > >            }
> > >            PopulateDocCategoryOptions();
> > >            if (esconly == 1)
> > >                $get('EscalatedCheck').checked =  true;
> > >            else
> > >                $get('EscalatedCheck').checked =  false;
> > >        }

> > > Thanks in advance to all,
> > > -cork

> > --
> > --
> > --Andy Baderahttp://higherefficiency.nethttp://
> flipbitsnotburgers.blogspot.com/http://andrew.badera.us/http://changeroundup.com/
> > and...@badera.us
> > (518) 641-1280
> > Google me:http://www.google.com/search?q=andrew+badera- Hide quoted text
> -

> > - Show quoted text -

--
--
--Andy Badera
http://higherefficiency.net
http://flipbitsnotburgers.blogspot.com/
http://andrew.badera.us/
http://changeroundup.com/
and...@badera.us
(518) 641-1280
Google me: http://www.google.com/search?q=andrew+badera

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google