Sharing variables between pages...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello all

how can i share variables between asp.net pages without using the session or anything that has got to do with the global file. can i use properties for this? 1 page calling the other to accept the value

Asha Gill
 
Yes properties is the way to go. Ken's excellent example shows you the ideal
way to do this.


--
Peter Wright
Author of ADO.NET Novice To Pro, from Apress Inc.
www.petewright.org


_____________________________
Asha Gill said:
hello all,

how can i share variables between asp.net pages without using the session
or anything that has got to do with the global file. can i use properties
for this? 1 page calling the other to accept the value?
 
Back
Top