Forums

This topic is locked

Passing extra values to detailpage

Posted 17 Oct 2002 13:03:03
1
has voted
17 Oct 2002 13:03:03 Jeffrey Jones posted:
i have a problem.
I have a seach.asp result.asp and detail.asp. On the search page i can search for an organization categarie and someother values but not by date. And on the result page you get all the activitities and there dates. but when you choose a activity it doesn't pass the date because it was not apart of the original search. i am using the ultradev server behaviour go to detail page and i have "Pass existing Parameters " selected.

What i want to know is based on the id that is clicked can i send the date with it to the detail page.

The resultpage has sometimes 10 to 20 results but sometimes the dates vary but hase the same titel name but on a differt date and a different theme. the date is very important to also send to the detailpage. but i cant figure it out.

Thanks in advance

Replies

Replied 17 Oct 2002 15:34:59
17 Oct 2002 15:34:59 Martha Graham replied:
Please post questions in one forum only.

Martha Graham
Replied 19 Oct 2002 08:13:28
19 Oct 2002 08:13:28 Dave Clarke replied:
when you set up the "go to detail page" behaviour, i presume you are passing the url parameter 'MessageId' which is set to the message id field of your table.

Do NOT select pass existing parameters.

On the detail page, when you set up your recordset, filtered by the url parameter that you have passed then assuming all your records have a date field the date should be available in the data bindings panel along with everything else from your table.

Dave

ASP|VBScript|IIS5.1|WinXPPro & WinXPHome

Reply to this topic