views:

210

answers:

0

Hey guys,

I have what I hope to be a simple question, though Google has been no help to me so far.

I have an ASP.NET ListView control with a datapager and would like for the pager to jump to a specific page based on a supplied input ID of one the data bound items.

In my particular example, I have a ListView of time periods (e.g.: Jan 2009, Feb 2009, etc.) and would like for the pager to always default to the page containing the present period (e.g: Jan 2010). Each period has a unique ID in the backend database.

Any ideas on how to do this?

Thanks a lot in advance! Victor