0

I am getting an error when running a webpage (aspx) i.e. Overflow or underflow in the arithmetic operation.

I am trying to show data from database in a repeater and number of records are "1180805".

Can anyone tell me what is limit of a repeater means how many rows I can fetch.

4

1 回答 1

0

是的,这个错误的出现是因为我减少了记录的数量或使用where rownum < 10它的记录,它只获取了 9 条记录并显示在转发器中。现在我必须为转发器进行分页,并且在每个页面上我都必须获取更多记录......

于 2013-10-01T07:01:13.973 回答