I am int the process of developing various forms to which I need the user information to be posted to the next form. As the user logs into the application, their employee number would be moved to a hidden field on the sick/vacation form or time sheet entry form. I was think of having a variable in the global.asx file. This file would have a new instance each time a new employee logs in. Would this be the correct way to do this or does someone have a better idea?
I am in the process of moving away from VBA code to ASP.Net using
VB.