string loadingtags = @" $(function () { $('#" + btnBUSelected.ClientID + @"').click(function () { $.blockUI({ centerY: 0, css: { top: '10px', left: '', right: '10px' } }); setTimeout($.unblockUI, 5000); }); }); "; Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "loadingtag", loadingtags, false);
$theweb = Get-SPWeb http://vmone $thelist = $theweb.Lists["Documents"] $thelist.AllowDeletion = $True $thelist.Update()
Comments