I am trying to capture all the paging events through the OnItemCommand Event. Currently, I can successfully read the following:
1. Next Page: CommandName = "Page", CommandArgument = "Next"
2. Next Pages: CommandName = "Page", CommandArgument = [Page #]
2. Last Page: CommandName = "Page", CommandArgument = "Last"
3. Specific Page: CommandName = Page", CommandArgument = [Page #]
I cannot capture the Previous pages. They all seem to have an empty CommandName and CommandArgument. How do I capture the Previous Page, Previous Pages, and First Pages events?
Version 311
1. Next Page: CommandName = "Page", CommandArgument = "Next"
2. Next Pages: CommandName = "Page", CommandArgument = [Page #]
2. Last Page: CommandName = "Page", CommandArgument = "Last"
3. Specific Page: CommandName = Page", CommandArgument = [Page #]
I cannot capture the Previous pages. They all seem to have an empty CommandName and CommandArgument. How do I capture the Previous Page, Previous Pages, and First Pages events?
Version 311