After uploading a .csv file, the icon displayed for it in a document library is just a little white page. If you want to show the Microsoft Excel .csv icon for such a file, execute the following steps:
<Mapping Key="csv" Value="CSV16.GIF" EditText="Microsoft Office Excel" OpenControl="SharePoint.OpenDocuments" />
You could do the same to display an icon for pdf documents. The only difference is that you should first upload yourself a .jpg or .gif file as it is not yet present after installing SharePoint. Upload the file in the 12\TEMPLATE\IMAGES hive and execute the steps described above.
Event Receiver Definition: Data and Filter
-
I recently declared an Event Receiver through a SharePoint Feature: Event
Registrations
Some of the samples online had surprising elements such as <Data...
6 days ago




Hi
I was trying to solve this problem for long time. but i am still not able to do this. here is my problem
i have a need to hide everything from the list view webpart toolbar items except “Export Event” which i did through the javascript and content editor web part.
but the main problem is it hides the toolbar for everyone. what i need is-i want to hide /show the item in toolbar according to the user roles and permission . for example if the user is administrator i don’t wanna hide anything. how do i do THAT? if you could give me resources or code sample then that will be great. thanks
Hari
Post a Comment