i m doing my project in c#.net
my problem is that i retreived data from the data base into a dataset
i have to display that data first i use the datarow to display it now i need to randomly display data how i wiil do this
i.e each time the application is run data from the dataset comes randomly

i m doing my project in c#.net
my problem is that i retreived data from the data base into a dataset
i have to display that data first i use the datarow to display it now i need to randomly display data how i wiil do this
i.e each time the application is run data from the dataset comes randomly

Use This Query To Display Random Result

select * from emp order by newid() // For SQL Server

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.