Thursday, April 30, 2015

System.NullReferenceException was unhandled ?

around here

            cmd.CommandText = "select ' from info";
            dr = cmd.ExecuteReader();
            if (dr.HasRows)

No comments:

Post a Comment