asp_components thread: Custom Tag
How can we transfer parameters between two pages of asp without using sessions in server.execute method?
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?
|





