How do I set a session variable on a .aspx page
OS XP and Access database on dreamweaver MX
I'm using the code
<%Session("SUser"=Request.Form("txtUName"%>
Where txtUName is input by the user and verified as existing in the database (that works)
Where does the code need to be and can I set it on a page with frames?
Any help ?
OS XP and Access database on dreamweaver MX
I'm using the code
<%Session("SUser"=Request.Form("txtUName"%>
Where txtUName is input by the user and verified as existing in the database (that works)
Where does the code need to be and can I set it on a page with frames?
Any help ?