if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / chinnu
select top 20 * from table-name
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is bson in web api?
Explain the advantages of caching?
Why mvc is faster than asp.net? : Asp.Net MVC
How would you get asp.net running in apache web servers?
What is client side state management?
What is authentication in asp.net?
What is asp net_sessionid?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Write a code snippet to implement the indentation in json in web api.
Explain how dot net compiled code will become platform independent?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What does the orientation property do in a menu control?
What is a web based system?
Which of the following .NET framework supports Web API?
What is gridview in asp.net?