Friday, April 29, 2011

Sharepoint does not maintain Scroll Position on Postback

Problem: Sharepoint does not maintain Scroll Position on Postback
Solution:
Step 1: Navigate to your Default.Master Page in Sharepoint Designer and add the following Line:
<%@ Page Language=”C#” AutoEventWireup=”true” MaintainScrollPositionOnPostback=”true” %>
Step 2: Save and publish your Default.Master Page, you will notice that Sharepoint Designer has modified the above line to something like the following (Depending on your Sharepoint Version):
<%@ Page Language=”C#” AutoEventWireup=”true” MaintainScrollPositionOnPostback=”true” inherits=”Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” %>
Step 3: Add # anchor tags as per normal HTML to your Web Part Pages and your Scroll Position will be maintained on Postback

http://www.dotnetpulse.com/?p=90

job carrere sharepoint session from jordan

Thursday, April 28, 2011

SharePoint 2010 Easy Setup Script for Windows 7


SharePoint 2010 Easy Setup Script will enable you to easily build a SharePoint developer machine.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=54dc2eef-e9ea-4c7b-9470-ec5cb58414de

it will help you install:
  • SharePoint Server 2010 + pre-requisites (Standalone)
  • Visual Studio 2010 Ultimate Edition
  • Silverlight 4 Tools for Visual Studio
  • Expression Studio 4 Ultimate
  • Open XML SDK
  • Visual Studio SDK
  • Visual Studio SharePoint Power Tools
  • Office 2010 Professional Plus
  • SharePoint Designer 2010
  • Visio 2010