Archive

Archive for the ‘Moss’ Category

DataGrid to a SharePoint Web Part (with Sortable Columns)

December 30th, 2008 No comments
Google Buzz

1. Add the DataGrid to the Controls collection

protected override void CreateChildControls()

{

dgEmployees = new DataGrid();

dgEmployees.EnableViewState=true;

dgEmployees.AutoGenerateColumns=false;

Read more…

Categories: Moss, WebParts Tags:

InfoPath form to a Windows SharePoint Services

December 30th, 2008 No comments
Google Buzz

Introduction:

In Microsoft Office InfoPath, you cannot submit form data to a Microsoft Windows SharePoint Services document library directly. This article describes how to design a form template that uses script to submit form data to a Windows SharePoint Services document library.

In InfoPath, you can submit the form data to a Windows SharePoint Services document library directly by using the UI. This article contains the steps that you have to use to do this. 

Detailed Descption:

Design your form data source and layout in InfoPath 2003

  1. Start InfoPath. Design a new blank form.
  2. In the Data Source task pane, add a data source to your form. To do this, follow these steps:
    1. Right-click myFields, and then click Add. The Add Field or Group dialog box appears. Read more…
Categories: InfoPath, Moss Tags: