Forum: VB.NET Jun 21st, 2007 |
| Replies: 6 Views: 1,415 easiest way is to store your data in a multidimensional array on the page load.
then when a user presses a button i.e. next record just increment the array value. the same idea is used for getting... |
Forum: VB.NET Jun 20th, 2007 |
| Replies: 6 Views: 1,415 this code is under next button click ?
have you checked what is stored in maxrws ?
what integer value does it contain ? |