05-24-05 07:52 AM
Hi Ashok,
you need to set an explicit value to the SortOrdinal property of the
postings.
Then use the SortByOrdinal method in your code to guarantee a certain sort
order.
Without an explicit SortOrdinal value and usage of the SortByOrdinal method
the order of the items is random and you cannot guarantee identical sorting
on exporting and importing machines.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Ashok Srinivasan" <Ashok Srinivasan@discussions.microsoft.com> wrote in
message news:C45F537A-2C09-4966-BD1D-D8BA8E542D67@microsoft.com...
>I am having 2 machines one for Authoring and other for Production .In the
> Authoring i do posting ..Also i am doing Server Side Export and Server
> Side
> Import on incremental basis. My Problem when i am doing the Posting in the
> Authoring machine ,the lead posting (Last Posting that i done is appearing
> first)thats fine for me. But if Export this using Server side export ,all
> the
> new postings are exported ,but when i import this in the Production
> machine,the Sort Order is different that is my last posting is appeared in
> the different location .
> I need the Same thing what is there in the Authoring Machine
>
> How can i acheive this ??
>
[ Post a follow-up to this message ]
|