Tuesday, 29 September 2015

Partial-Page Rendering

Partial-page rendering removes the need for the whole page to be refreshed during postback. To do this, put the components under ContentTemplate as follow:


<asp:UpdatePanel ID="updatePanel" runat="server">
    <ContentTemplate>
        .
        .
        .      
    </ContentTemplate>
</asp:UpdatePanel>


Connect PowerBI to SQL Server - TrustServerCertificate

Under the server that Power BI installed,  Go to System Properties -> Advanced -> Environment Variables  Add this Variable Name PBI_S...