in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Browse by Tags

  • Upload Multiple Files To SharePoint Library

    Hi: I have some code working that will allow uploading of multiple files to a library. However, I would like to be able to tag multiple files, put them into a grid and then do the file upload. Are there some examples of this that you may know of? Thank you Chuck
    Posted to Development (.NET) (Forum) by ChuckTraywick on 09-16-2008
  • Re: Cross-site lookup filtering

    HI, d-boy. Have you found solution to your problem? if not, you can visit the following site and will find certain solution called sharepoint cross site lookup which may meet with your needs. http://www.sharepointboost.com/Cross-SiteLookup.html
    Posted to Development (.NET) (Forum) by Jack Ben on 09-02-2008
  • Web Browser Control in Sharepoint

    Hi Every one, Scenario : I am building two connected web parts , where my provider web part gets data from 3rd party CRM application, displaying data in a grid. It also has a attachment field, which contains the path of the file on my file system of the same server. Then i have the my consumer web part...
    Posted to Development (.NET) (Forum) by Rupinder Paul on 07-16-2008
  • AJAX, SPGridView, UserControl

    I am trying to enclose SPGridView inside an UpdatePanel control in a user control page (.ascx), however whenever I click on the paging links for the grid, it still postbacks instead of partial page rendering. Also, this is not the first time I have used ajax in my project. I have taken the same code...
    Posted to Development (.NET) (Forum) by wagswvu on 07-11-2008
  • Re: Automating the population of custom fields

    [quote user="hernan93"] Hi, By "document upload" I mean the actual process of upload the documents (25.000) from my desktop to the server. HernĂ¡n. [/quote] I think what you're looking for can be found here. http://msdn2.microsoft.com/en-us/library/ms454491.aspx You could modify...
    Posted to Development (.NET) (Forum) by Rodney Langley on 04-11-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
  • Time sheet in Sharepoint

    Hi anybody have idea about the montly and weekly Project timesheet in sharepoint -sugumar
    Posted to Development (.NET) (Forum) by sugumar on 02-04-2008
  • Help! Web Application Template Project or 2.0 Web?

    Situation: my partner and I are currently working on some web usercontrols that we are using a customized version of the "Return of SmartPart" control to deploy into a WSS 3.0 site. Question: Should we be using the old style, single DLL provided by the Web Application Template or the easier...
    Posted to Development (.NET) (Forum) by haldiggs on 01-11-2008
  • Where wrong into WebPart!

    Dear all, I ceated class as follows: class Class1 : WebControl { protected override void OnInit( EventArgs e) { base .OnInit(e); this .Page.SetRenderMethodDelegate( new RenderMethod (AJAX_Page_Render)); } internal void AJAX_Page_Render( HtmlTextWriter output, Control container) { try { HtmlTextWriter...
    Posted to Development (.NET) (Forum) by hongphong on 11-26-2007
  • HELP! Custom workflow refuses to work!

    Okay... For the past week, I have been tearing through every document available on creating custom workflows. I do not know C# very well, and I am expecting this to be a major factor in my issues. Nonetheless, I must get this notch in my belt [Or Else!]. I have purchased the book titled "Inside...
    Posted to Development (.NET) (Forum) by knotbeer on 09-04-2007
Page 1 of 2 (15 items) 1 2 Next >

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