Ask a Question related to ASP Database, Design and Development.
-
Wayne... #1
access - how can I make feilds into clickable links?
ok what I want to do is pull the feilds from teh database [sorted that much
out myself along with the update and delete stuff etc] but what is really
giving me probs is I want a list of headlines that when clicked will pull
the feilds from that record out on another page.
I'm not sure wether this could be done with session's or what........
if I knew exactly whjat to search for it would be a start....LOL
Sorry for being so vauge but thanks in advance.
Wayne...
Wayne... Guest
-
IPN not returning any form feilds
I am setting up a simple subcription process using Paypals IPN to update my database. For some reason IPN does not appear to be posting any feilds... -
Shapes into clickable links??
Can I make a shape (tweened) into a clickable link? I am actually JUST beginning to learn Flash so I'm not sure if this is at all possible. I... -
Make entire SWF file a clickable link?
Hello, I'm creating a banner for my web site and I'd like to make it so that you can simply click anywhere on the SWF file and be taken to the... -
Make a random flash file (swf) fully clickable
I have a customer page with an administrative section. In this section, the customer can upload all kinds of files (.gif, ..jpg, .swf) and add as... -
how to make url links on a bitmap?
i'm having problem on bitmaps on how to put a link on it. could somebody help? -
Aaron [SQL Server MVP] #2
Re: access - how can I make feilds into clickable links?
You can find some database tutorials among the links here:
[url]http://www.aspfaq.com/2183[/url]
--
[url]http://www.aspfaq.com/[/url]
(Reverse address to reply.)
"Wayne..." <wayne@secretwebdesign.com> wrote in message
news:40bd2ccf@212.67.96.135...much> ok what I want to do is pull the feilds from teh database [sorted that> out myself along with the update and delete stuff etc] but what is really
> giving me probs is I want a list of headlines that when clicked will pull
> the feilds from that record out on another page.
> I'm not sure wether this could be done with session's or what........
> if I knew exactly whjat to search for it would be a start....LOL
> Sorry for being so vauge but thanks in advance.
>
> Wayne...
>
>
Aaron [SQL Server MVP] Guest
-
Jeff Cochran #3
Re: access - how can I make feilds into clickable links?
On Wed, 2 Jun 2004 02:26:28 +0100, "Wayne..."
<wayne@secretwebdesign.com> wrote:
It's not a database issue. Simply do your query and display the>ok what I want to do is pull the feilds from teh database [sorted that much
>out myself along with the update and delete stuff etc] but what is really
>giving me probs is I want a list of headlines that when clicked will pull
>the feilds from that record out on another page.
>I'm not sure wether this could be done with session's or what........
>if I knew exactly whjat to search for it would be a start....LOL
>Sorry for being so vauge but thanks in advance.
headlines, but in your code display them as links to a new ASP page
that runs a query and pulls the fields you wish for display based on
the link you provided. Sessions are one way, or use a
Request.QueryString (Or Request.Form if you use a form for the first
display...).
Google for tutorials/example code.
Jeff
Jeff Cochran Guest
-
Bullschmidt #4
Re: access - how can I make feilds into clickable links?
This might help give you some ideas:
ASP Design Tips - QueryString
[url]http://www.bullschmidt.com/devtip-querystring.asp[/url]
Best regards,
J. Paul Schmidt, Freelance ASP Web Consultant
[url]http://www.Bullschmidt.com[/url]
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Devdex [url]http://www.devdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Bullschmidt Guest



Reply With Quote

