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>


Generate Secure Files using PGP (Pretty Good Privacy)

Pretty Good Privacy (PGP) is a data encryption program used for signing, encrypting, and decrypting emails, files, and text to ensure secure...