Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Custom Tag


Message #1 by babumk@r... on Tue, 28 Aug 2001 11:29:15
How can we transfer parameters between two pages of asp without using 

sessions in server.execute method?
Message #2 by Prashanthi <murthy.prashanthi@t...> on Tue, 28 Aug 2001 17:49:41 +0530 (IST)
put the values in hidden fields and use request.form or you can use

querystring or if the value is got from a field then u can use directly

request.form of that field



Regards,

Bhanu Prashanthi Adukuri





On Tue, 28 Aug 2001 babumk@r... wrote:



> How can we transfer parameters between two pages of asp without using

> sessions in server.execute method?


  Return to Index