Saturday, 7 March 2009

Implement scrolling records

In order to get the scrolling recrods to function, first the grid view was chosen, it is simple way to display records from the database, however it is restricted in its design features.







then the accessdatasource is configured to show records from the product table, here we will show products only for women.






the sql query is set to products where records with the gender value of 1 is retrieved.




Then to enable the scrolling of records the page selection from the gridview is selected.












Then the pager settings are configured to next, previous, last.




No comments:

Post a Comment