hi
here is my query
Select TOP 3 answer,correctans from [srinivasprint].[dbo].[ANSWER]
it dispaly the firsr 3 records in .my question is that
i want display 4,5,6 records when i clicked button
similarly i clicked button again i want display 7,8,9 records
how can i do
Go to the complete details ...