Tuesday, September 1, 2009

How to set focus on textbox within ModalPopUp Extender Panel

Taken from: http://forums.asp.net/t/1218079.aspx

javascript
function pageLoad(){
$find("ModalPopupExtender's BehavoirID").add_shown(onModalPopupShown);
}
function onModalPopupShown(){
//set focus here.
}

javascript end

Thursday, June 25, 2009

SharePoint Service Pack 2 Expiration Date Hot Fix Available

http://support.microsoft.com/default.aspx?scid=kb;EN-US;971620

Monday, June 22, 2009

SQL Reporting Services Split Expression

=(Replace(Fields!WebUrl.Value, Parameters!ParentUrl.Value, "")).Split("/")(0)

Tuesday, June 9, 2009

SharePoint disallowed special characters

http://support.microsoft.com/default.aspx?scid=kb;en-us;905231

Friday, May 22, 2009

SharePoint 2007 SP2 will expire your site in 180 days

Oops, somebody should be fired for this mistake. Apparently after you install SP2, start the count down because in 180 days your site is going to die. All the data will be intact but users won't be able to access it.


Wait for the hotfix before you install the service pack.

Wednesday, May 20, 2009

I Love Xobni

I love Xonbi (inbox spelled backwards), I can't tell you how much time this add-in has saved me.

Friday, May 15, 2009

April CU Update is available

Install WSS first then MOSS then run the SharePoint Configuration wizard.

WSS - KB968850

MOSS - KB968851