A programmer often comes across a situation in which he has to sort a list of numbers or a series of objects. Sorting primitive types is a very easy job in .NET because the Array class provides a static method named Array.Sort which sorts an array in ascending order. The following example demonstrates how to [...]
Posts Tagged ‘Download’
Download a file into client with ASP.NET 2.0
Posted in ASP.NET, C#, tagged ASP.NET, C#, CLIENT, Download, FILE on June 8, 2008 | 1 Comment »
Recently I have been involved in developing a program to manage our own company’s contracts. Since every time I write a program I try go trough it with a new approach, I learned a lot of things and I am gonna share them with you here, tough they might not be that complicated.
One feature that [...]