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
What are the two types of web pages?
When does a session actually start?
Define page fragment caching?
Where web.config file is used?
Whats the difference between abstract factory pattern and factory pattern?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is asp.net architecture?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is data reader in asp.net?
How would you implement inheritance using c#?
Explain Areas in MVC?
Describe the master page.
How can we inherit a static variable?
How many web config files can be created for an application?
What are the various types of cookies in asp.net?