Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3304 Points
744 Posts
Oct 26, 2006 06:06 PM|LINK
Instead of using:
<% Response.Write(Session("copyrightDate"))%>
Try using:
<%# Session("copyrightDate") %>
Russ Helfand
Contributor
3304 Points
744 Posts
Re: Controls collection Error
Oct 26, 2006 06:06 PM|LINK
Instead of using:
<% Response.Write(Session("copyrightDate"))%>
Try using:
<%# Session("copyrightDate") %>
Groovybits.com