in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Browse by Tags

  • 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
  • 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
  • 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
  • Custom Field Type rendering in the datasheet view of a list

    Hi, I am looking for an example or an explanation how a custom field type is rendered in a datasheet view. Where did the datasheet (the ActiveX control ListNet) get the information how to render the field (custom or not)? Is it possible to define how the datasheet view have to render my cutom field type...
    Posted to Development (.NET) (Forum) by rastadiva on 08-21-2007
  • inherit RichImageField

    Hello I'm trying to customize the RichImageField with this code namespace Test.SharePoint.WebControls { public class MyCustomCalendar : RichImageField { protected override void RenderFieldForDisplay(HtmlTextWriter output) { // create a new tempWriter to consume the output from the base class TextWriter...
    Posted to Development (.NET) (Forum) by taidokas on 08-14-2007
Page 1 of 1 (6 items)

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