I need to adjust ObjectList paging in mobile page to work with existing ObjectDataSource that I already made for desktop .aspx page.
I have ObjectDataSource with LinqToSql classes.
I am new to ObjectList so I am not sure how to make paging to work.
I need to pass maximumRows and startRowIndex as InputParameters to Select method of ObjectDataSource. In desktop page that is all been done automatically by DataPager, but in mobile page, those values are not initialized automatically.
Can someone help me about this?