Don Oldenburg
|
| Posted: 08/09/2001, 6:57 AM |
|
EXCELLENT Nariation Alexey! Now, if we could get you to do that step by
step explanation on ASP Dynamic list boxes!!!!! I'm still not able to get
mine functioning... although I have many examples... I just don't follow
what is/should happen.
Don
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:9ku4fq$14f$1@news.codecharge.com...
> Done -
> see http://www.gotocode.com/art.asp?art_id=51&
>
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/09/2001, 8:50 AM |
|
Hm... let's then approach to understanding step-by-step.
Ask anything.
Describe what prevents you from understanding ,
what parts , what sequences of steps are confusing, since the difference
between algorithms used in ASP and PHP algorithms is mostly in
simple server side script pulling data from db into js array.
Sure there is a small diff in examples , since article is for php ,
and asp example uses another database and does exactly the same ,
but with other fields.
--
Alex
CC developer
Don Oldenburg <don.oldenburg@cacmnet.com> wrote in message
news:9ku4se$1uc$1@news.codecharge.com...
> EXCELLENT Nariation Alexey! Now, if we could get you to do that step by
> step explanation on ASP Dynamic list boxes!!!!! I'm still not able to
get
> mine functioning... although I have many examples... I just don't follow
> what is/should happen.
>
> Don
>
>
>
> "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
>news:9ku4fq$14f$1@news.codecharge.com...
> > Done -
> > see http://www.gotocode.com/art.asp?art_id=51&
> >
>
>
|
|
|
 |
Jan Vogel
|
| Posted: 08/09/2001, 10:55 PM |
|
Hi ALex,
The Previous/Next links on the grid-from do not activate the
request.querystring loop (probably since it is seen as a new page), so the
updates get lost.
Any idea's
Jan
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:9kubdv$fb3$1@news.codecharge.com...
> Hm... let's then approach to understanding step-by-step.
> Ask anything.
> Describe what prevents you from understanding ,
> what parts , what sequences of steps are confusing, since the difference
> between algorithms used in ASP and PHP algorithms is mostly in
> simple server side script pulling data from db into js array.
>
> Sure there is a small diff in examples , since article is for php ,
> and asp example uses another database and does exactly the same ,
> but with other fields.
>
> --
> Alex
> CC developer
>
> Don Oldenburg <don.oldenburg@cacmnet.com> wrote in message
>news:9ku4se$1uc$1@news.codecharge.com...
> > EXCELLENT Nariation Alexey! Now, if we could get you to do that step by
> > step explanation on ASP Dynamic list boxes!!!!! I'm still not able to
> get
> > mine functioning... although I have many examples... I just don't
follow
> > what is/should happen.
> >
> > Don
> >
> >
> >
> > "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
> >news:9ku4fq$14f$1@news.codecharge.com...
> > > Done -
> > > see http://www.gotocode.com/art.asp?art_id=51&
> > >
> >
> >
>
>
|
|
|
 |
CodeCharge
|
| Posted: 08/09/2001, 11:28 PM |
|
I think that this is standard in most (if not all) web applications.
A web page must be updated by submitting the data. Clicking "Next" doesn't
submit the data and can't update it.
Various web solutions don't display Previous/Next on such pages, but simply
name the Submit button "Next". You can also try to do this and once you
process the update, add a redirect statement at the end, which would display
the same page again with the next batch of records.
Possibly Alex could implement this.
However, the simple solution is to tell users that if they click "Next"
without submitting the data, the data may be lost.
I see this on many commercial websites, including Amazon.com, which says on
its Shopping Cart page "If you changed any quantities, please press this
button to Update"
Adam
"Jan Vogel" <janvogel@wanadoo.nl> wrote in message
news:9kvt1d$ep5$1@news.codecharge.com...
> Hi ALex,
>
> The Previous/Next links on the grid-from do not activate the
> request.querystring loop (probably since it is seen as a new page), so the
> updates get lost.
>
> Any idea's
>
> Jan
>
> "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
>news:9kubdv$fb3$1@news.codecharge.com...
> > Hm... let's then approach to understanding step-by-step.
> > Ask anything.
> > Describe what prevents you from understanding ,
> > what parts , what sequences of steps are confusing, since the difference
> > between algorithms used in ASP and PHP algorithms is mostly in
> > simple server side script pulling data from db into js array.
> >
> > Sure there is a small diff in examples , since article is for php ,
> > and asp example uses another database and does exactly the same ,
> > but with other fields.
> >
> > --
> > Alex
> > CC developer
> >
> > Don Oldenburg <don.oldenburg@cacmnet.com> wrote in message
> >news:9ku4se$1uc$1@news.codecharge.com...
> > > EXCELLENT Nariation Alexey! Now, if we could get you to do that step
by
> > > step explanation on ASP Dynamic list boxes!!!!! I'm still not able
to
> > get
> > > mine functioning... although I have many examples... I just don't
> follow
> > > what is/should happen.
> > >
> > > Don
> > >
> > >
> > >
> > > "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
> > >news:9ku4fq$14f$1@news.codecharge.com...
> > > > Done -
> > > > see http://www.gotocode.com/art.asp?art_id=51&
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
kmc
|
| Posted: 08/13/2001, 10:43 PM |
|
Dynamic listbox queries won't go away will they..?
ASP example.
I've generated the example from the gotocode site's zip example and am
running adsrecord page.
Listboxes function as expected but the search function to go off and
populate the grid falls over.
I receive an error message on every press of the Search button:
....Line 349
....Error : 'opt.length' is null or not an object.
Dismissing the error alert then presents the populated grid.
I lnow nothing (yet) of javascript - what might be happening here - is it
definitely local to me?
kmc
|
|
|
 |
kmc
|
| Posted: 08/14/2001, 3:07 PM |
|
So...
Switching 'script debugging' OFF in browser gets rid of the error message
and the functionality then appears normal.
And if a client has it switched ON....?
Looks good, works so quickly. Another tick for the CC team and support.
Thanks
kmc
|
|
|
 |
|