Ask a Question related to ASP Database, Design and Development.
-
Ralph Hodenius [MS] #1
RE: How Do I Loop?
Hi Arpan,
If you look at article 175167
([url]http://support.microsoft.com/default.aspx?scid=kb;en-us;175167[/url] ), you can
see various ways to reach your goal.
The easiest way is probable to use the querystring mentioned in this
sample. If you set a maximum amount of records that can be displayed to for
example 10 (that can be more of course), you can build a url that looks
like [url]http://servername/form1.asp[/url].
The user presses the button and is routed to
[url]http://servername/selectcontact.asp[/url].
The user selects a record and is routed back to form1 which now should
contain a record:
[url]http://servername/form1?RecordID1=6[/url].
The user presses the button again and goes to the selectcontact page:
[url]http://servername/selectcontact.asp?RecordID1=6[/url].
The server selects a second record and is routed back to form1:
[url]http://servername/form1?RecordID1=6&RecordID2=4[/url]
And so on……
Regards,
Ralph
Microsoft
Ralph Hodenius [MS] Guest
-
Can a film loop play once, then loop on the last frame(s)?
I need a film loop to play once, then loop playback on the last frame so I can keep the LOOP of the film loop set. This will allow the tell commands... -
Film loop rollovers working with tell sprite, but only if Loop is checked
on mouseWithin me cursor 280 tell sprite 40 --the sprite containing the film loop sprite(60).member = member("networkmapsbuttonroll") --swapping... -
newbie stuck in a loop de loop
Hi all, thanks in advance for any help... what I want to do is: 1) read in a file containing daily total hits to certain urls within a... -
Urgent: Repeat loop and Film loop clash!
Hi All, Scenario I have a script running in which the spelling which was typed in by the student is corrected. The alphabets are moved to... -
Help with loop inside loop and mysql queries
Hi List. I cannot see my error: I have relation tables setup. main id entity_name main_type etc etc date_in 1 test type1 x y 2003-06-02... -
Bob Barrows #2
Re: How Do I Loop?
Ralph Hodenius [MS] wrote:
Thanks for your input, but your failure to quote a little bit of the> Hi Arpan,
>
original message to which you were replying made it very hard for us to
determine which thread you were replying to. Was it this one?
[url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=eIPAywQMDHA.3664%40tk2msftngp13.phx.gbl[/url]
If so, do you realize that this question was asked and resolved back in
June, 2003, a full six months ago? It's highly unlikely that Arpan would be
still looking at this thread now.
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest



Reply With Quote

