Hi all,
can anyone help in to how to fetch data from sql server table and populate datagrid with 5 records at a time.
i am using DataAdapter.Fill(dataset,1,5 "Employees");
it will give me 5 records but the dataset is retriving all records from database. i need only 5 records at a time.
using SELECT TOP 5 wont work for retreiving next 5 records like next 5, as i cant do order by and where clause..
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Pl help me how to display image stored in sqlserver and insert / update image to sqlserver
Thanks & regards
Sivareddy