Hi folks,
I have an ASP page.
I have a label and button on that page.
label shows data from database.
lets say i have 100 rows in database
Now when I run my page i want to see first row data on my page label...
and when user click next button I want to see next record (next row) in the database on that label
So in short next button should bring next row from database...
how can i achieve this????