HighDots Forums  

Session in asp

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Session in asp in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
nullet
 
Posts: n/a

Default Session in asp - 01-01-2005 , 10:09 AM






How to do repeat region for session variable

Reply With Quote
  #2  
Old   
Wally Kolcz
 
Posts: n/a

Default Re: Session in asp - 01-01-2005 , 01:45 PM






Exactly what are trying to repeat? Information based on a session variable?
Simply sort the information in the database by session variable. If its the
username and you are using the dreamweaver user log in behavior, set the
information to read like this:
Simple recordset
filter | username (or whatever the session variable field is) | = | Session
Variable | mm_username

Advanced recordset:
SELECT *
FROM yourdatabase
WHERE username = 'MMColParam'

and in the variables
Name Default Run Time Value
MMColParam 1 Session("mm_username")

That should choose one the information in the database assisgned to that
username and then just apply the repeat region as normal.



Reply With Quote
  #3  
Old   
nullet
 
Posts: n/a

Default Re: Session in asp - 01-02-2005 , 04:11 AM



nope I trying to vrite an dovloadechart vid sessione as the dovloade id nr to the database (access). So I like to ad dovnloades like a shopingchart

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.