hello
i write c# code to check if the user type = 1 depended on value comes from datareader
but i got this error Invalid attempt to read when no data is present
<div>this is my code</div>
<div>
protected void Page_Load(object sender, EventArgs e)
{
string name = "";
if (Session["usernames"] != "" & Session["u ...
Go to the complete details ...