Hello,
whats the simplest way to get the value of a session variable inside the <TD> of a table. For example:
c# Session["MySession"] = 2.01;
</script><table><tr><td> <%=Session["MySession"].ToString()%></tr></table>
Thanks
Hello,
whats the simplest way to get the value of a session variable inside the <TD> of a table. For example:
c# Session["MySession"] = 2.01;
</script><table><tr><td> <%=Session["MySession"].ToString()%></tr></table>