![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: net, asp net, silverlight
It is quite common to see paging of data in today’s web application. It allows developer to show only a fixed set of rows at a time and pulling next set of rows on demand, improving overall user experience. In a desktop application, user normally does not have to deal with explicit paging. User experience is that of a continuous data stream, user just scrolls to see additional data. It is … Continue Reading »