I am getting an error while execution "cmdProcess.ExecuteNonQuery()"
error is -->>>>"There is already an open DataReader associated with this Command which must be closed first."
i have checked but the datareader that it shows associated with this command is not associated
though i used that for a while (dr.read)
and this cmdprocess.text is using dr.item("<qqqq>") values from the dr datareader
when i closed the dr datareader then it do not show error but now i m not able to run the while loop
can u please help me out..
thanks in advance