I wrote the query to get data from database. for example select * from employee. It will get all details of the employees.
so I want to display only one record in from view. I wrote select * from employee. when i bind the data to formview. I want to display only first record.