Managing Session Parameters in Visual Web Developer Express 2008
September 10, 2009 by Jason Bean
Filed under Computers
I continue to learn more and more about developing websites with additional features. I’ve chosen ASP.NET as my preferred language for building web applications for most of my larger corporate clients. A component I use frequently with this dynamic sites are Session Items in ASP.NET.
As I build more sites I start using more and more Session.Item(”ItemName”) identifiers in my code to pass parameters from page to page and data control to data control. There comes a point where you start not remembering exactly how you named something or even what Session Items you’ve stored in the first place.
I’d think it …read more




