I am a newbie on ASP.net and good experience on ASP.
In ASP we used to make recordsets and checked , whether it reyurned any records or not through.Code:if not rst.eof then
Here, I am making datasets. How to check, whether dataset returned any records or not?
I pick up a record from the datset like this
Code:ds.Tables(0).Rows(0).Item("Modified_Date")




Reply With Quote