if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / gowtham
you can also use Set Rowcount keyword to fetch the records
from sql server.Here is the query for that:
Set Rowcount 20
Select Empname from emp
Set RowCount 0
Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Is asp.net a programming language?
What is ispostback method in asp.net?
What is an assembly? Explain its parts.
Explain how cookies work.
What is routing in MVC?
What is state management in asp.net with example?
What is protected configuration?
Explain the difference between singleton and single call?
Distinguish between Server-side and Client-side code?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
Is post back in asp.net?
What is difference between asp.net and asp?
How would you enable impersonation in the web.config file?
Describe in brief .net framework and its components.
What is server side session?