Tagged Questions
1
vote
1answer
286 views
Sort by modified date in custom search core results webpart
I have created a custom search results web part which implements some simple sorting, for example i have this piece of code which allows me to sort it desc/asc by title:
CoreResultsDatasource ...
3
votes
1answer
1k views
Set column order in contenttype
I've added some site columns with an xml file and also created my contenttype in the xml. After deploying, a feature creates a lookup to another list (with c# code).
How can I set te column order in ...