Dear Team i have a list contains 100 records . i want to show the records one by one by Next and Previous Buttons. if user press previous button then show the previous record same as next button . how to do this.
I think you should first try to do it on your own. And then, if you encounter problems, ask in the forum.
Add two Buttons and a Label and set the Label text with the content of the List in the Button event routines is really not that complicated.