Search:

Type: Posts; User: bijayani

Search: Search took 0.02 seconds.

  1. Re: Adding an Attachment to a List Item Programmatically in SharePoint

    In case you need to do the upload the file as an attachment to a custom list using the object model, the approach is slightly different. Adding a file to the list item can be done by accessing the...
  2. Re: Remove/Add an item from remembered list in Messenger login

    Using Microsoft Sharepoint APIs we can easily Add, Update and Delete list items programmatically. Provided below is a code snippet in C# .Net demonstrating all the three operations.

    using (SPSite...
  3. Adding an Attachment to a List Item Programmatically in SharePoint

    As we can have multiple attachments against a list item, it has always been a requirement to fetch these attachments and get it displayed within a custom webpage.

    Below is code snippet in c#.net...
  4. Replies
    1
    Views
    7,110

    In SharePoint document library there is an option...

    In SharePoint document library there is an option in action menu i.e "open in Windows Explorer",When we click this one we can see all the documents in a window explorer,where we can drag and drop the...
  5. Update vs. SystemUpdate for SharePoint List Item

    What is the general approach we follow when we try to add / edit a SPListItem using the SharePoint object model? Yes I know it! Almost everybody will have a common answer to this (which is something...
  6. Replies
    3
    Views
    1,249

    Re: Sharepoint SPQuery

    Hi Urgaffel,

    Thanks you liked the post.
    Let me know your thoughts on it.
  7. Replies
    3
    Views
    1,249

    Sharepoint SPQuery

    In Microsoft Sharepoint, the SPQuery class is used to build query strings to filter / retrieve specific set of data programmatically from a SP List. The query strings created this way does not...
Results 1 to 7 of 7
Page generated in 1,713,919,311.89062 seconds with 13 queries