15.6.12
Single Click ASP.Net Button
<asp:button cssclass="”button”" else="" false="" id="”btnUpdate”" onclick="”btnUpdate_Click”" onclientclick="”if(Page_ClientValidate())" return="" runat="”server”" text="“Update”" this.disabled="true;" usesubmitbehavior="”false”" validationgroup="”vgNew”/"></asp:button>
14.6.12
Office Web Apps SharePoint 2010 Error
#If the service application is installed on a DC
#Enable Word Web App:
$e = Get-SPServiceApplication | where {$_.TypeName.Equals("Application Service d’affichage Word")}
$e.WordServerIsSandboxed = $false
$e.WordServerIsSandboxed
#Enable PowerPoint Web App – you need to answer “Y” for each command:
Get-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedViewing $false
Get-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedEditing $false
#Then do a
IISRESET /NOFORCE.
#Application de service Web Application Excel Services
Subscribe to:
Posts (Atom)