on the bottom when you're debugging your project, set the breakpoint after when you assign the node.Value to the session variable, there is a window on the bottom of VS called "watch". you can type your variable in there, like
Session["someValue"]
and it will tell you what's in there
It has the Value I need... in this case "698.23302"
cool.asp
Member
544 Points
188 Posts
Re: Session variable
Mar 07, 2012 06:18 PM|LINK
It has the Value I need... in this case "698.23302"