|
rdouglass -> RE: Passing Parameters to new ASP form (5/9/2002 15:09:19)
|
Instead of passing long hyperlink parameters, why couldn't you just pass the record ID and grab the data on the next page? If you're dealing with lots of different items (you talked about session variables and stuff), have you considered using cookies? Sorry about not having clear answers, but the questions are a little cloudy to me. Do you have any more specifics you can share? How many parameters? What kind are they? Are they static (like username, login time, etc) or are they dynamic (current item selected, etc.). Generally, if you have a lot of items you're trying to pass in a hyperlink, and they originally came from a DB, its usually easier to just pass the ID and grab 'em again on the next page. If they're 'session' items (static throughout the visit to the site), its usually easier to use session variables or cookies. At least IMO....
|
|
|
|