R
riversmithco
Hi
I am programming in Visual Basic.Net and I am not sure exactly what
effect marking fields as Shared at the class (page) level will have on
my .aspx pages. It seems that those values are then persisted between
postbacks, but it also seems that those values are actually static so
each user of my site gets the value in field at that time...correct?
I am programming in Visual Basic.Net and I am not sure exactly what
effect marking fields as Shared at the class (page) level will have on
my .aspx pages. It seems that those values are then persisted between
postbacks, but it also seems that those values are actually static so
each user of my site gets the value in field at that time...correct?