November 19, 2014

Visual Studio 2013 Community - Free Version

Visual Studio 2013 Community is a new, free, full version of Visual Studio, which can now be downloaded, which provides an extensibl...

October 8, 2014

Get datarows a datatable that comply conditions C#

Sometimes we need to filter certain data for display under certain circumstances in our programs. Here are some examples fails with whi...

June 11, 2014

Convert Object To DataTable in C#

Reflection using C # Refraction is a "technique", you could say, to extract the metadata within an assembly nuestrasclases, ...

May 22, 2014

Creating and Using Sessions in ASP.Net and C#

The Session object lets you create user sessions having a valid time before expiry , default time is 20 minutes. It has many uses and not...

May 9, 2014

How to change the color of a row of DevExpress ASPxGridView

Some times we need to paint the ranks of the DevExpress ASPxGridView grid.  To do this we must implement the HtmlRowPrepared event, in th...

April 11, 2014

How to modify my App.exe.config keys at runtime

On some occasions we need to store values ​​in app.config file confirguracion from our own application at runtime.  Without giving a l...

April 8, 2014

Code Compare - File and Folder Merge Tool

Code Compare is a free tool designed to compare and merge differing files and folders. Code Compare integrates with all popular source ...

April 2, 2014

VS2010 - Debugging not working

First of all, you must make sure that indeed the line of code where the breakpoint placed is running normally this type of problem ...

March 15, 2014

Force downloading a file from C #

Force downloading a file from C #  Many times you want your system to download a pdf file or any file automatically and is not open in t...

February 18, 2014

Disable controls on the page pending the UpdatePanels

A few months ago we started to develop a client for a fairly complex web application with. NET 3.5 and rather use AJAX. In this applica...

February 3, 2014

How do I add JavaScript UpdatePanel in Runtime

To add a function or JavaScript code inside an UpdatePanel, we simply register the script block, you can do it in any event hand, according...

January 30, 2014

SharpDevelop

SharpDevelop :   is a free IDE for C #, VB.NET and Boo projects on the platform. NET from Microsoft. It is open source and you can d...

January 27, 2014

FileUpload Control in Update Panel - ASP.NET AJAX - C#

The FileUpload control will not work inside an UpdatePanel control to upload files using the asynchronous postback. This is because fil...

loadUI an open source tool

loadUI is an open source tool to measure the maximum load that can support a website and see if we are ready for the most demanding pe...

January 15, 2014

Change header text of columns in a DataGrid ASP.NET C#

I was researching how to change the header text of columns in a datagrid in ASP.NET. I found several ways to make a GridView, for any ...