Basically i am trying to set a session when a user clicks a specific button is this possible?
So i need to set this session
Session("TenHolStDateNewCheck") = "%"
When this link is clicked
<a href="availability.aspx" class="sidelink">blahblah</a>
thanks
Jamie
You could do it with a ajax call to a page that sets the session variable of choice to whaterver you send along with the ajax call
See:
jQquery Ajax