in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Browse by Tags

  • Copy document attributes to a new file

    I have written a feature program to convert a document to PDF file in document library. After user chooses document and click the "convert" button, a new PDF file will be created and uploaded to the same document library. For example, after conversion of abc.doc, a file abc.pdf will be created...
    Posted to Development (.NET) (Forum) by tonyng on 07-15-2008
  • Gridview templateField from CSharp

    Can anyone give me the basics of creating a templateField for a gridview in CSharp? Ultimately, I am trying to create an image with a hyperlink and I've seen plenty of examples in asp pages. But I am doing all of this for a webpart in CSharp. A simple of example of how to create a templatefield in...
    Posted to Development (.NET) (Forum) by Dean G on 06-22-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
  • 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
  • Custom Order Management (BDC) Webpart for Dynamics GP 10

    Hi All, We need to create a customer Order Porcessing Webpart to replace the one generated by the Business Portal 4 installation. The changes include the automatic filling in the Shipping Cost based on the Shipping Method, as well as 3rd Party Credit Card Verification. Where to start? Is it possible...
    Posted to Development (.NET) (Forum) by NeilSc on 10-25-2007
  • ** Please ignore this post.

    My aplogies all, but I have since received a more specific spec as to what is required.
    Posted to Development (.NET) (Forum) by NeilSc on 10-24-2007
  • How to make a sharepoint list column readonly/invisible within sharepoint UI

    Hi Everybody, I have created a list in sharepoint. In that list there is a field which I want to make read only or invisible when the user tries to add or edit a list item through sharepoint UI. I want this because that particular field gets populated through a webpart and direct data entry into that...
    Posted to Development (.NET) (Forum) by arun_gp on 10-04-2007
  • Adding new field using CAML

    Hello Everybody, How can I create an Image column in a sharepoint list using CAML. By using CAML is it possible to set additional field properties of a field? please help me. thank you, Arun Dutt
    Posted to Development (.NET) (Forum) by arun_gp on 09-14-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
  • override Render in RichImageField

    I have this code: namespace Test.SharePoint.WebControls { public class MyCustomCalendar : RichImageField { protected override void Render(HtmlTextWriter output) { base.Render(output); } } } If i override some other metod like RenderForDisplay it works, but then I cant do what I want with the code. When...
    Posted to Development (.NET) (Forum) by taidokas on 08-16-2007
Page 1 of 1 (10 items)

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