Tagged Questions
1
vote
0answers
11 views
controls to make extendable zone
I'm making a setting page in my sharepoint site and there is a lot of setting zone in this page , so I'm thinking what's the asp or SharePoint control that make each zone appears just by clicking on ...
0
votes
2answers
74 views
Moving site template from wss to sharpoint foundation
I am migrating my site from WSS to SharePoint Foundation but I have few site templates in the WSS version which I want to know how to move the .stp file to SharePoint Foundation ?
Let me know
Thanks
...
0
votes
1answer
127 views
Sharepoint List Event raised when a current view is changed
Is there a event which is raised when current view of a SharePoint list is changed. For example the current view displays all items in the list and now the user selects a different view say Added by ...
3
votes
1answer
164 views
Dynamic View on SharePoint lists
I want to create a dynamic view on my list. The list is filtered based on the current users' information coming from an external database i.e. based on which user is logged in, a value is fetched from ...
0
votes
0answers
29 views
RSS feed not updated in Sharepoint 2007
When I click on "View RSS feed" for a list or document library in SharePoint 2007 the feed is not updated. It only shows the items which are present on the list when i first clicked on "View RSS ...
1
vote
2answers
795 views
How to set date field to Today's Date in Wss 3.0 Custom list form programatically
How can i pre-populate newitem.aspx form with today's date. When user adds new item i want to prepopulate date field with todays date.
<SharePoint:DateTimeControl ID="dtcDateofInsp" ...