Monday, December 29, 2008

Displaying List Attachments in Custom List Forms

Add this tage into your Custom List Forms

<SharePoint:AttachmentsField ControlMode="Display" FieldName="Attachments"
runat="server" Visible="true"/>

Sunday, December 28, 2008

Change SharePoint Page Title

Add the follwing content place holder in the top of your code if not exist

<asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">

Add Title here

</asp:Content>

You can get title dynamic by add any of this tags into "PlaceHolderPageTitle"


<SharePoint:ListProperty Property="Title" runat="server"/>

<SharePoint:ListItemProperty Property="Title" runat="server"/>

<SharePoint:ProjectProperty Property="Title" runat="server"/>

<SharePoint:ListFormPageTitle runat="server"/>

Monday, December 15, 2008

HttpWatch

HttpWatch is an HTTP viewer and debugger that integrates with IE and Firefox to provide seamless HTTP and HTTPS monitoring without leaving the browser window.

Change the way that you develop, debug and tune websites today!




>> Download the FREE Basic Edition
>> Web Site

Friday, December 12, 2008

Friday, November 21, 2008

SharePoint Development in Visual Studio 2010

The Visual Studio 2010 tools for SharePoint. Here's a quick summary of what he showed:
- Server Explorer for SharePoint viewing Lists and other artifacts in SharePoint directly inside of Visual Studio.
- Windows SharePoint Services Project (WSP file) Import to create a new solution.
- Added a new web part project item and showed the Visual web part designer which loads a user control as a web part for SharePoint.
- Showed adding an event receiver for SharePoint and using the wizard to choose the event receiver and to just create a source file with that event receiver.
- Added an ASPX workflow initiation form to a workflow project and showed how this workflow initiation form has designer capability.
- Showed the packaging explorer and the packaging editor which lets you structure the SharePoint features and WSP file that is created.

>> See This Video

Do Less Get More Develop on SharePoint

Very Good Recourse to start developing in WSS
PPTs and Demos for Introductory SharePoint Developer Modules

Hands on Labs for Developing Applications on Windows SharePoint Services 3.0

Creating a Basic ASP.NET AJAX-enabled Web Part

Windows SharePoint Services 3.0 SP1 Developer Evaluation VPC Image

containing Windows SharePoint Services 3.0 SP1, Visual Studio 2008 and the Visual Studio 2008 extensions for Windows SharePoint Services 3.0, v1.1 for use with Virtual PC or Virtual Server (very good VM have all what you want to develop in WSS 3.0)

Reference Site:
SharePoint Developer Site

Wednesday, October 15, 2008

New Improvements in Management Studio SQL Server 2008


  • Activity Monitor
  • Object Explorer Details
  • Object Search
  • Multi-Server Queries
  • Intellisense Added to the Query Editor
  • T-SQL Debugger Added to the Query Editor
  • And See More
SQL Server 2008 Express is available in the following 3 editions :

  1. SQL Server 2008 Express
  2. SQL Server 2008 Express with Tools
  3. SQL Server 2008 Express with Advanced Services
Help Files

SQL Server 2008 - Books Online