-
- Custom field type list view display
by Greg Pelle
- 3 Replies
- Last post
by TheKid
- I am developing a custom field type for Sharepoint 2007 using the wss3 extensions for Visual Studio 2005. All is working except for what is being displayed in the list view.
What class do I need to use as my base class to change what is displayed in the list view My code is accessing a remote database so I do not think I can use caml only to change the default list view.
Is it even
-
- Slow initial access to sharepoint site from client
by Rob_R
- 14 Replies
- Last post
by Bardapony
- Hello Everyone,
We have MOSS 2007 setup in a small 2 server farm, 1 SharePoint 2007 server (X64) and a database server. We have setup an intranet site for all the employees to access and it is working well and running smoothly. The issue we are having is that when a client initially accesses the Intranet site the initial load times is quite long, upwards of 30+ seconds. It will display some
-
- Can't Set SelectDate of DateTimeControl in RenderContents webpart
by nguvi
- 6 Replies
- Last post
by Raju Indukuri
- Here is my webpart code
protected DateTimeControl dtcDate;
protected override void CreateChildControls()
{
dtcDate = new DateTimeControl ();
dtcDate.ID = "dtcDate" ;
dtcDate.DateOnly = true ;
this .Controls.Add(dtcDate);
}
protected override void RenderContents( HtmlTextWriter writer)
{
try
{
ObjectItem item = O
-
- Trying to get .Net Framework 3.0 specific dll files
by CCGPlayer
- 1 Replies
- Last post
by Chris Whitehead - MSFT
- Hello, I'm working on a project and it requires dll files that are specific to .Net Framework 3.0 such as System.Windows.Controls and System.Windows.Data (and others). I have download the .NET 3.0 runtime from Microsoft update and I have downloaded and installed the .NET Framework 3.0 SDK and I still haven't found those particular dll files in my c:\windows\assembly folder. I'm obviously missing
-
- sharepoint web page with datagrid/datasource to sql server
by David Hills
- 2 Replies
- Last post
by David Hills
- Good Morning
I am just starting out doing development with sharepoint.
My initial requirement is to great a simple web page deployed via sharepoint. I have some data residing in a sql server 2005, I would like to display in a datagrid in a web page.
whats the stratagy for achieving this
Do I need to create a web part which is the datagrid and data source
and then bring this into the
-
- Using Gridview in Webpart....
by Ajith George
- 5 Replies
- Last post
by fedroponce
- HI ALL,
I am using Gridview in webpart to Display a items from list, i need Update action in that gridview same the way what we do in web application.But i 'm facing problem once i add a coomand field, and after putting Show Edit Button = true, i m getting edit event also"
gridview.RowEditing += new GridViewEditEventHandler (gridview_RowEditing);
but once after that i edit the
-
- Use a custom CreateWebPage.aspx for a Wiki?
by BrentN
- 2 Replies
- Last post
by BrentN
- Anybody else run into this yet - I'd like to modify some things on the CreateWebPage.aspx page but only for one library, a Wiki. I tried to make a NewForm.asp in SPD2007 but am only able to make custom edit and display forms for the library (I assume this has to do with how the Wiki feature works).
Any thoughts I'm considering just dumping the Wiki idea and going with a regular list where I
-
- wss v3: how to : same group name across different sites in site collection
by Sriram Rajamanuri
- 7 Replies
- Last post
by lisaa
- Hi,
Whenever I create a group, its scope seems to be global (across the entire site collection). (Even if I do not 'inherit' the permissions from parent)..
Is there a way I can have all the sub-sites (these sub sites are created from a template) have a group with same name but the members of that group be different
that is, i want to have something as follows (alternative to this is by cr
-
- PROPPATCH Method Failure
by Keith Young
- 1 Replies
- Last post
by Taras_cs
- Hi,
I am trying to adapt my WebDAV object set to communicate with Sharepoint. The object set works fine with Exchange 2K/2K3. However, when I attempt to issue a PROPPATCH method against SharepoinI get a conflict failure. My request is sent as:
Code Block
PROPPATCH /Documents/Saxonite%20Ts%20and%20Cs.doc HTTP/1.1 Content-Type: text/xml; charset="utf-8" Host: rhum Con
-
- Show all User Permissions
by Scott Wickham
- 3 Replies
- Last post
by DKeeling
- We just had an employee in the HR department leave and now a new employee is taking their place. We want to give the new employee the exact same set of user permissions that the former employee had. The former employee had been granted various levels of user permissions throughout the site collection...Read-only access in some subsites, Contribute access in others, and even more granular permissio
-
- SharePoint Properties
by Defgufman
- 4 Replies
- Last post
by Defgufman
- When ever I create a new document from SharePoint and go to close it, I get a prompt for properties from SharePoint. This is not the word properties dialog it is the web based dialog. Does anyone know how to turn off this properties box
-
- Where can I find the dll's
by lcj
- 9 Replies
- Last post
by Andrew S. Morger
- I am using a hosted sharepoint but I don't have the dll's to develop against it. How can I get them
-
- SharePoint Designer 2007 reformats/reflows code on save
by Benjamin Juang
- 1 Replies
- Last post
by Tony Hignett
- I'm probably missing some option somewhere, but is there a way to keep SharePoint Designer from turning:
... Response.Write("Your user name is '"+currentUser.LoginName+"'. Your pretty name is '"+currentUser.Name+"."); %> </asp:Content>...
into:
... Response.Write("Your user name is '"+currentUser.LoginName+"'. Your pretty name i
-
- Lists Programatically with DropDown
by manuelityo
- 5 Replies
- Last post
by Ishai Sagi
- Hi everybody:
Could you help me, im looking for a way to fill a drop-down automatically with the values of a list,
Thanks for your help
-
- "Access denied" while uploading a document to sharepoint 2007 folder
by Gaurav Rehan
- 14 Replies
- Last post
by SheDezy
- Hi,
I am looking forward to manage documents using Sharepoint 2007 libraries. I am trying to upload a simple text file by following code snippet:
public string UploadDocument(string fileName, byte[] fileContents, string pathFolder) { if (fileContents == null) { return "Null Attachment"; } try { int iStartIndex = pathFolder.LastIndexOf("/"); string site
-
- Bug: Send To Update Copies fails when source library requires check out.
by RobertRFreeman
- 1 Replies
- Last post
by Houlberg
- When updating copies of a document using the MOSS 2007 Update Copies feature, the update will fail when the source library requires check outs. It also does not have an option to auto approve the copies.
-
- List
by jackiewkc
- 2 Replies
- Last post
by jackiewkc
- Hi all,
I am fairly new to SharePoint 2007 and would like to ask a question about list.
What I am trying to do is to create a list which will be used for problem escalation. In SharePoint 2003, I used to have different lists for different types of problems. That's because different problems have different fields that the users need to fill in. As far as I know, SharePoint 2003 cann
-
- Sharing Data between 2 Lists
by Jonathan Sheely
- 6 Replies
- Last post
by Nicola Young
- Is there a way without doing any programming to share list column data between two lists Goal: List with 4 Columns: Name, Phone, Birth Day, Email I want to have another list on another page that displays data from that list but only: Name, Birthday. And use a filter to show the Birthday range of the month we are in Main Problem: I can't get the data from the original list to show a limited view
-
- [MOSS]Dynamic event handler on sharepoint lists
by mschoum
- 3 Replies
- Last post
by Lars Haupt-Hansen
- Hi,
I'd like to dynamically add event handler to lists.
I have a webpart with 1 button and 2 dropdowns in which I can select a site and a list (or doc lib) of the selected site.
When I click on the button I'd like to add an event handler on the list selected.
Does anyone know how could I do that
Thx
-
- People search to anonymous users in MOSS.
by Praveen battula
- 14 Replies
- Last post
by Puneet Narula - MSFT
- hi all,
i am trying to get this thing from past 10 hours.. is there any way to aceess people search by anonymous users i want to show people search results to anonymous users is it possible is there any way to get it. please help me out. i need it very urgent. any help will be appreciate. thanks in advance. Praveen.
-
- User Permissions for Web Application questions
by naijacoder
- 0 Replies
- Last post
by naijacoder
- How to Hide/Show some dropdown options in WSS v3.I want to disable some links in WSS v3 like Alert Me,Delete ,Edit items in lists etc.. But when i go to In the Central Admin > App Secuirty >User permission for web app. and uncheck them and i login and as Admin it affects me to.
How can i make the changes affect only users and not admins or people who should have more control. Beacuse inca
-
- How to hide Workspace checkbox in calendar new event form?
by philipsh
- 4 Replies
- Last post
by LuilliSite
- We'd like to hide the Workspace checkbox that is visible on the NewForm.aspx when adding a new event to a calendar. We want this to be a global change - so we tried to change the field's content type definition and field definition (by adding things such as ShowInNewForm="FALSE" and ShowInEditForm="FALSE") but it didn't seem to have any affect. Is there any way other than modif
-
- Beginner Question
by Vincent Jones
- 3 Replies
- Last post
by andrew woodward
- From Visual Studio Express, can I create and export web parts to integrate with Windows SharePoint Services If not, what must I do to be able to create and export WP's to import into WSS
thanks
-
- what is the difference between Read and View Only
by lcha
- 1 Replies
- Last post
by Curtis Ruppe (MicroStaff IT)
- Read - Can view only.
Restricted Read - Can view pages and documents, but cannot view historical versions or review user rights information.
View Only - Members of this group can view pages, list items, and documents.
-
- Paging Your SharePoint Query Results
by SharePointing
- 1 Replies
- Last post
by SharePointing
- I am trying to determine how to implement forward and reverse paging through a List Query. I found the info in the SPQuery regarding pageSize and PageInfo but that appears to only be a forward scrolling strategy and I cannot figure out how to implement "Previous Page" easily without managing some sort of array of PageInfo Objects as I scroll through the set so I can send a particular one