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 is the difference between page.registerclientscriptblock and page.registerstartupscript?
Who generates session id?
Is redux flux?
Diff between web user control and web custom control?
What is the use of web.config file?
What is asp.net master page?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Explain server-side scripting and client-side scripting.
Which asp.net objects encapsulate the state of the client and the browser?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Describe SOA and the tenets of it?
Describe Segmentation With Paging?
Where the cookie value is stored?
Define page fragment caching?
What are the features of asp net?