We have a website we are showing a embedded media player. With out Media player being installed this media player object will not be shown in the website page. For enabling media player in Windows server 2008 Destop experience feature should be installed. But When we enable this feature we are getting trouble with Windows media encoder component. 1) Is there any way to enable Windows media player without enabling the Desktop Experience feature? 2) Is there any known issues with Encoder when Desktop experience is enabled. Please suggest. Thanks in Advance. Chandu
C
chandrasenareddybhumireddy
@chandrasenareddybhumireddy
Posts
-
Windows Media Encoder problem with Desktop Experience in windows server 2008 -
paging in Sharepoint document libraryHi Hope the follwing may help you. query.Query = "<OrderBy><FieldRef Name=\"Modified\" Ascending=\"FALSE\" /></OrderBy><Where><Gt><FieldRef Name=\"Modified\" /><Value Type=\"DateTime\"><Today OffsetDays=\"-14\" /></Value></Gt></Where>"; This is the SPQuery which gets the modified documents which are 14 days from today. SPView SPCustomView = docList.Views.Add("New/Updated Documents", viewFields, query.Query, 20, true, false); By adding this query to the required view we can get the documents which are mdified between today to 15days. And the answer for your question is in the above SPview 20 represents page limit.So you can use your number to display the no of Documents per page. Thanks, Chandu.