Asp.net export DataTable to Excel Spreadsheet
[crayon-673569bddaf9f831275979/] [crayon-673569bddafa5528756695/]
Read more[crayon-673569bddaf9f831275979/] [crayon-673569bddafa5528756695/]
Read moreBy default, DIV element in HTML occupies the entire width available to it. That is to say that unless controlled, the default width of DIV is always 100%. As a result, DIV element pushes other elements in its way down. If you control width of the DIV element (let’s say you
Read moreThis is pretty simple to create a multi level drop down menu in css. But it’s true that it doesn’t have such flexibility that javascript have. And also the width of drop down section needs to be fixed, not flexible. Now a days css drop down menu is not widely
Read moreWhen you want to post file to Web API / REST client API through c#. You can use below code in C# to post file using Multipart Form Post in C#. Below is the HTML sample code: [crayon-673569bddb630174158271/] you can post file simply as you are doing in asp.net mvc. After that you can use below
Read moreWhen we want to implement custom paging we use page number and page size. Sample code below: [crayon-673569bddb885973655078/]
Read moreThis example shows how you can use C# to encrypt and decrypt strings using a salt key to protect the data. This type of encryption is called symmetric-key encryption, which means that the string can only be decrypted if the other party has the correct key. [crayon-673569bddb985519942979/]
Read moreThe following is an example that demonstrates how I was able to successfully schedule jobs. Start by implementing the IJob interface to create a job that can be managed by Quartz.Net. [crayon-673569bddbac0677551988/] Then in the RoleEntryPoint OnStart() method create and configure the scheduler with a trigger and the daily job. This is the part that was greatly lacking in
Read moreYou can use Windows PowerShell to perform a variety of tasks in Azure, either interactively at a command prompt or automatically through scripts. Azure PowerShell is a module that provides cmdlets to manage Azure through Windows PowerShell. Prerequisites for using Azure PowerShell Azure PowerShell modules require Microsoft .NET Framework 4.5. How to: Install
Read moreThe API docs can be found here. In this article we will take a quick look at how to integrate this with your PHP application. If you want a detailed reference on integration then its better to look at the official API documentation. Here, we just want to give a simple
Read moreHere are the steps: In the server where you have VS 2005 installed, from VS create a new simple web site which you want to Administer. It can be a simple web site, the main idea is that we want to use WSAT to create user in the production server. I am
Read more