Hi all, I'm trying to store data from a dataset in a seesion variable in the code behind page like the following but it's not working.
Session["member_Name"] = dsCredentials.Tables[0].Rows[0]["User Name"].ToString();
Then I want to send this session variable to another page. Thanks in advance.
...
Go to the complete details ...