in

SharePoint University

Clean slate. Nothing but SharePoint.
All Tags » .NET (RSS)
Go, SharePoint!

Browse by Tags

  • SPList, i want to create new item in list

    hi all, i have form on the team site home page allow users to fill some information, but i do not users to access that list so i remove the access rights from users, when i try it with user have no access to the list its gave me access denided, so can i impersonate user or what can i do?? plz help. thank...
    Posted to Development (.NET) (Forum) by fhawalteh on 06-24-2008
  • How to Get Field Value From List Programmatically

    Overview: I have a simple custom list we'll say with 2 columns defined. We'll call the columns "Category" and "Title" (as if you didn't know it was coming). The Problem: When looping through this list I need to get all the values for the fields. So the "Title"...
    Posted to Development (.NET) (Forum) by PRob on 06-12-2008
  • Classes for use in Sharepoint

    I want to develop some classes to use in Sharepoint. My first thought is that I need to develop this as a webpart with no presentation component - no CreateChild function , or at least no code in that procedure, then just add that webpart to the page or pages where I want to use the classes and functions...
    Posted to Development (.NET) (Forum) by Mark Edwards on 05-24-2008
  • Re: Trying to access a SPsite from Windows Form

    Does your site collection go by another Url? e.g. in Central Administration, what is the Url of the site collection? Have you tried that Url? If it is something other than http://10.10.10.10, then if you set up your Alternate Access Mappings to include http://10.10.10.10 for your web application then...
    Posted to Development (.NET) (Forum) by Mike Hodnick on 05-16-2008
  • SaveWorkbook in Sharepoint with ExcelService

    hi i would like ta save my excel in sharepoint with the web service it done but i want to save in sharepoint not in local disk here my code ExcelService es = new ExcelService (); es.PreAuthenticate = true ; es.Credentials = System.Net. CredentialCache .DefaultCredentials; es.UseDefaultCredentials = true...
    Posted to Development (.NET) (Forum) by toll13 on 05-01-2008
  • Testing

    Hello all, I would like to know about automated testing in Sharepoint 2007 environment! Does anyone know what automated testing tools can be used in Sharepoint 2007? Thanks
    Posted to General (Forum) by Sally4000 on 04-07-2008
  • logout sharepoint user after "n" minutes of being idle

    Am asking about the way that i force the user to re-enter his credentials after being idle for -for example- 15 minutes. i tried to do it from IIS but am surprised that it doesn’t work! Thanks in advanced
  • Get the Path of a Document Library by ID - also in SubSites

    Hello, I am trying to solve the following task: We have files on a Shared Drive which should be moved every night to a sharepoint document library. For this I am writing a Service, running on the Application Server to move the documents. Because this document library may change the position or name in...
    Posted to Development (.NET) (Forum) by distefanoc on 04-03-2008
  • Error Previewing the webpart

    I am getting error when previewing the webpart. "An Error occured when previewing the webpart" I didn't understand what is the problem in my code. Here is my code,i am developing the web part in a remote machine where sharepoint is not installed.I just copied the sharepoint.dll into my...
    Posted to Development (.NET) (Forum) by aditya_raj on 03-18-2008
  • CrossListQuery (CAML Question)

    Hi, I am trying to use the CrossListQueryInfo class to find pages that matches some conditions. So far, the filters and everything works fine except the ViewFields. CrossListQueryInfo query = new CrossListQueryInfo(); query.RowLimit = 5; query.WebUrl = SPContext.Current.Site.ServerRelativeUrl; query...
    Posted to Development (.NET) (Forum) by ktt on 03-06-2008
Page 1 of 4 (37 items) 1 2 3 4 Next >

Need SharePoint Training? Attend a SharePoint Bootcamp!
Forum content (c) original posters. Everything else (c) 2008 SharePoint Experts, Inc.