sql data reader problem
hello to all
i am making login page as i set the key and connection string in .config file and also write necessary function now when i debug it display error in following line in data provider class :
using (SqlDataReader reader = command.ExecuteReader(CommandBehavior.SingleResult ))
I want to know if there is no data in db table is this produce error or is there any suggestion
plz tell
thanks......
__________________
thanks......
|