2

So I have a xaml object that is designed for pagination on web pages, and the current page must be at least 1.

But the web service used for the data that go with that object starts its pagination at least at 0.

So everytime I must assure that the xaml object has 1 and the web service has 0 for the first page.

That's not hard, but that's the kind of thing that's annoying, why doing it that way

Comments
Add Comment