Ok, too many beers tonight!
ASP.NET 2.0 / VB.NET
Have one ASPX woth TWO ASCXs (usercontrols of course) on the same page.
Usercontrol A sets a variable.
I then want Usercontrol B to read the value set by A.
Best method besides a session to do this? Expose a public variable???
Ta.
ASP.NET 2.0 / VB.NET
Have one ASPX woth TWO ASCXs (usercontrols of course) on the same page.
Usercontrol A sets a variable.
I then want Usercontrol B to read the value set by A.
Best method besides a session to do this? Expose a public variable???
Ta.