Description of Displaying Records in a DataGrid in Random Order :
Displaying Records in a DataGrid in Random Order is an ASP.NET article which helps you to gather information about showing records in a datagrid control in random order. In this the author explains two methods such as by using ORDER BY NEWID()in the SQL query statement as well as by means of coding. You can use any one of the method explained in this tutorial for your web applications.