Hello again,
i set up a database trace to see what transactions are taking place when calling the UpdatePortalTabOrder method.
In both cases (see below), i step through the code and see that both go through the same code.
CASE 1: Calling the method on a Page
Database Observations: It does not call the UpdateTabOrder method.
CASE 2: Calling the method on a Page that has an additional attribute set which makes it hidden
Database Observations: It calls the UpdateTabOrder method.
I know this is not very clear .. i just can't figure out why the same code produces different database calls ...
Do you think it matters that in CASE 2 the page gets hidden sometimes?
I appreciate any comment on this.
Thanks,
M. Mourouti