hello,
i have created a web application
in the application the user selects certian critria and performs a
query that retrives data from an inSQL database.
i want to use this data within;
a datagrid,
a crystal report,
a teeChart.
the only thing is that many different user can run the query
from many different pc's.
how do i create a recordset that is specific to the user that
has logged in?
i do have these lines in my global.asax:
please help...PHP Code:strSplitLogin = split(Request.ServerVariables("LOGON_USER"),"\")
strNTDomain = strSplitLogin(1)
Session("username") = strNTDomain
Session("domainname") = Split(Request.ServerVariables("LOGON_USER"), "\")(0)




Reply With Quote