Cannot set programmatically the title of my SP page - i mean to the SPWeb object:
web.Title = "...";
web.Update();
The changes are set only after one more refresh of the page. But i need the correct title text on the first load..
When i tried to debug the code, all looks good. the title text appear correctly, so i can't understand where is the problem ?..
Just to add clearence to my question:
The difference between text is the not equal basic data of different users - (simple AD external operation) but for now each one of them see data of other users..!