bruce
04-28-2004, 12:51 AM
It's similiar.
see http://kb.discountasp.net/article.aspx?id=10023
[b]quote:Originally posted by jerry1027
Dear all,
I am new to ASP.Net and I have generated a dataset but I need to do some calculation on the data before showing them in the datagrid. How can I process the dataset row by row just as we often do in ASP?
In ASP we often wrote :
Do while not rsData.eof
.........
rsData.Movenext
End While
But what about in ASP.Net?
Jerry the man
</blockquote id="quote"></font id="quote">
see http://kb.discountasp.net/article.aspx?id=10023
[b]quote:Originally posted by jerry1027
Dear all,
I am new to ASP.Net and I have generated a dataset but I need to do some calculation on the data before showing them in the datagrid. How can I process the dataset row by row just as we often do in ASP?
In ASP we often wrote :
Do while not rsData.eof
.........
rsData.Movenext
End While
But what about in ASP.Net?
Jerry the man
</blockquote id="quote"></font id="quote">