April 2007 Entries

Creating a SharePoint Report Using Crystal , Access

Creating Reports with Crystal & Web Svcshttp://aspalliance.com/... Creating Reports with Access http://www.sharepointblogs....

Multi select Dropdown list in ASP.NET

http://www.codeproject.com/

Submitting Forms in InfoPath 2003

Microsoft Office InfoPath 2003 Service Pack (SP) 1 introduces data adapters for e-mail and Microsoft SharePoint Products and Technologies and a new submit mechanism whereby you can call a submit adapter through rules, which provide a non-programmatic method for submitting form data. This article describes the four submit data adapters, pointing out best practices for when to use them. The article also describes the three submit mechanisms for determining when a submit occurs. (13 printed pages) http://msdn2.microsoft.com/...

Automatically notify someone that a list item has been assigned to them in SharePoint 2003

http://www.sharepointblogs.

yellow pages

The local policy of this system does not permit you to logon interactively http://support.microsoft.co... Plumber: Joe "Western Irish", M&B Mechanical Inc.,201-481-4106 Anthony at Passaic Count Transmissions 1105 rt 23 south wayne, nj 866-404-2323 1105 rt 23, wayne, NJ 973-628-0025 beth 917-375-4847 Matty's Tree Service Rutherford, NJ area phone: 201-438-8344 http://www.bondedwaterproof... ron ulrich - cell 973-960-2874 kevin the contractor - cell 201-486-8040 Eye Care Center 108...

Intro to PHP

http://www.w3schools.com/ph

Change Datagrid Header At RunTime

Private Sub dgList_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.D... Handles dgList.ItemDataBound If e.Item.ItemType.ToString() = "Header" Then '--------------------------... ' rename DataGrid Columns '--------------------------... Dim i As Integer Dim objDataViewerAPI = New DataViewerAPI For i = 0 To e.Item.Cells.Count - 1 Dim ColumnNameRaw...

Complex Repeater and DataList Controls Made Simple

excellent original article by Michael Libby: ttp://aspalliance.com/811_C