Ck Nitin

Ck Nitin

  • 292
  • 5.9k
  • 3.1m

Dynamic loading on text in FlipView with Next and Previous

Sep 23 2014 5:13 AM
Problem:
I have more than 10,000 records in database, if first 50 records are showing in gridview and user clicked in 40th record and 40th record get displayed in flipview, than how can we dynamically load (record number 39,38,37.. soon ) using previous button and  (record number 41,42,43.. soon ) using Next button of flipview.
 
In other words 
I want to show these records in flipview with next and previous button.
 
 
Could someone suggest me how can I do this using xaml and c#.
 
Thanks in advance.
 
Ck Nitin