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 ...