Hi All ASP.NET Gurus I am trying to find a way to use Session Variables for caching multiple copies of a user control in a web page. I know we can use QueryString values as well as Control ID's in the VaryByParams option in the user contol file. But what about session variables? That way I do not...