Sunday, 3 January 2016

Scheduling to Stop & Start the Azure VM using Azure Automation

This video explains to Shut down the Azure Virtual Machine using Azure Automation. Powershell scripts used in this video can be downloaded here....

Monday, 22 July 2013

Generating Shared Access Signature using Storage API and REST API

When we create a blob container as private, we need to have shared access signature to access a particular blob. The shared access signature can be created either using Storage API or REST API. When...

Thursday, 11 July 2013

Installing assemblies to GAC on Azure Instances

After a four months of interval I again restarting to blog in this blog. Sorry for those who asked some queries which I could not answer on time, was busy with work. Normally, when we refer some assemblies...

Tuesday, 2 April 2013

Exporting to Excel from GridView when grid changed by code behind

This is a small post, which explains how to export to excel from GridView where the GridView has been changed from the code behind by adding/deleting some rows and updated some data. When GridView changed...

Sunday, 3 February 2013

Group Total and Grand Total in GridView – Part 11

We had seen how to show Group Total in GridView, where the group total will show while starting of the group instead of end of group. This gives functionality such as pivot table in Excel Sheet. In last...